mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Remove unused TextView's
This commit is contained in:
parent
d88fd72cbd
commit
c4df0a73b6
2 changed files with 2 additions and 19 deletions
|
|
@ -44,18 +44,10 @@
|
||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
android:singleLine="false"/>
|
android:singleLine="false"/>
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:maxWidth="240dp"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:textAlignment="center"
|
|
||||||
android:paddingTop="16dp"
|
|
||||||
android:gravity="center_horizontal"/>
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:layout_width="120dp"
|
android:layout_width="120dp"
|
||||||
android:layout_height="40dp"
|
android:layout_height="40dp"
|
||||||
|
android:layout_marginTop="16dp"
|
||||||
android:text="@string/welcome_final_button_text"
|
android:text="@string/welcome_final_button_text"
|
||||||
android:id="@+id/welcomeYesButton"
|
android:id="@+id/welcomeYesButton"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
|
|
|
||||||
|
|
@ -48,19 +48,10 @@
|
||||||
android:singleLine="false"
|
android:singleLine="false"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:maxWidth="240dp"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:textAlignment="center"
|
|
||||||
android:paddingTop="16dp"
|
|
||||||
android:gravity="center_horizontal"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:layout_width="120dp"
|
android:layout_width="120dp"
|
||||||
android:layout_height="40dp"
|
android:layout_height="40dp"
|
||||||
|
android:layout_marginTop="16dp"
|
||||||
android:text="@string/welcome_final_button_text"
|
android:text="@string/welcome_final_button_text"
|
||||||
android:id="@+id/welcomeYesButton"
|
android:id="@+id/welcomeYesButton"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue