mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Disabled review buttons while an image is being loaded (#3185)
* Disabled review buttons while an image is being loaded * Added javadocs for the new methods
This commit is contained in:
parent
ca8069b21b
commit
2ed32162b7
4 changed files with 56 additions and 1 deletions
|
|
@ -58,6 +58,8 @@
|
|||
android:layout_margin="@dimen/activity_margin_horizontal"
|
||||
android:background="@android:color/transparent"
|
||||
android:text="@string/yes"
|
||||
android:enabled="false"
|
||||
android:alpha="0.5"
|
||||
android:textAllCaps="true"
|
||||
android:textAlignment="center"
|
||||
android:textColor="@color/yes_button_color"/>
|
||||
|
|
@ -68,6 +70,8 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_weight="1"
|
||||
android:enabled="false"
|
||||
android:alpha="0.5"
|
||||
android:layout_margin="@dimen/activity_margin_horizontal"
|
||||
android:background="@android:color/transparent"
|
||||
android:text="@string/no"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue