mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fix mis-spelling of gallery
This commit is contained in:
parent
5a50e63142
commit
eddfab9407
2 changed files with 6 additions and 4 deletions
|
|
@ -37,7 +37,7 @@
|
|||
/>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:id="@+id/galeryButton"
|
||||
android:id="@+id/galleryButton"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/galeryButtonText"
|
||||
android:id="@+id/galleryButtonText"
|
||||
android:paddingTop="8dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:text="GALLERY"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue