Skip to content
Snippets Groups Projects
Unverified Commit 097b18a9 authored by Mike McCready's avatar Mike McCready Committed by GitHub
Browse files

Add missing layout_weight to id/rki_data_point_5_text (#3136)

parent be14e540
No related branches found
No related tags found
No related merge requests found
......@@ -324,6 +324,7 @@
<TextView
android:id="@+id/rki_data_point_5_text"
style="@style/subtitle"
android:layout_weight="1"
android:layout_marginStart="13dp"
android:focusable="true"
android:text="@string/onboarding_ppa_more_info_rki_data_point_5_text" />
......@@ -673,4 +674,4 @@
</ScrollView>
</LinearLayout>
</layout>
\ No newline at end of file
</layout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment