mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
* Hide subtitle message when uploading a single image (#2163) * updateSubtitleVisibility: Javadoc and replace if with ternary operator * updateSubtitleVisibility: change findViewById to BindView * Remove null checks for views Null check is not required while binding views with butterknife.
This commit is contained in:
parent
5c8a0cdd93
commit
af291a5fcc
5 changed files with 18 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
android:textSize="@dimen/subtitle_text"
|
||||
android:text="@string/upload_flow_all_images_in_set"
|
||||
android:layout_below="@+id/categories_title"
|
||||
tools:text="(For all images in set)" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
android:textSize="@dimen/subtitle_text"
|
||||
android:text="@string/upload_flow_all_images_in_set"
|
||||
android:layout_below="@+id/license_title"
|
||||
tools:text="(For all images in set)" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/license_list"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue