hide Apply To All at color customization screen by default
This commit is contained in:
parent
d6cddfa7d8
commit
9d9811bbba
1 changed files with 2 additions and 1 deletions
|
@ -206,7 +206,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/customization_app_icon_color_holder"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_margin="@dimen/big_margin">
|
||||
android:layout_margin="@dimen/big_margin"
|
||||
android:visibility="gone">
|
||||
|
||||
<android.widget.TextView
|
||||
android:id="@+id/apply_to_all"
|
||||
|
|
Loading…
Reference in a new issue