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
Tags 0.8.12
No related merge requests found
...@@ -324,6 +324,7 @@ ...@@ -324,6 +324,7 @@
<TextView <TextView
android:id="@+id/rki_data_point_5_text" android:id="@+id/rki_data_point_5_text"
style="@style/subtitle" style="@style/subtitle"
android:layout_weight="1"
android:layout_marginStart="13dp" android:layout_marginStart="13dp"
android:focusable="true" android:focusable="true"
android:text="@string/onboarding_ppa_more_info_rki_data_point_5_text" /> android:text="@string/onboarding_ppa_more_info_rki_data_point_5_text" />
...@@ -673,4 +674,4 @@ ...@@ -673,4 +674,4 @@
</ScrollView> </ScrollView>
</LinearLayout> </LinearLayout>
</layout> </layout>
\ No newline at end of file
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