mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 22:55:46 +03:00
Remove custom_buttons option from setup.xml. Review account_setup and pincodelock
This commit is contained in:
parent
20b5ecbac1
commit
39688fe30f
4 changed files with 15 additions and 19 deletions
|
@ -186,16 +186,14 @@
|
|||
</LinearLayout>
|
||||
|
||||
<Button
|
||||
android:id="@id/buttonOK"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@android:drawable/btn_default"
|
||||
android:layout_above="@id/account_register"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:enabled="false"
|
||||
android:onClick="onOkClick"
|
||||
android:text="@string/setup_btn_connect"
|
||||
/>
|
||||
android:id="@id/buttonOK"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_above="@id/account_register"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:enabled="false"
|
||||
android:onClick="onOkClick"
|
||||
android:text="@string/setup_btn_connect" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/account_register"
|
||||
|
|
|
@ -170,12 +170,10 @@
|
|||
android:id="@+id/buttonOK"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@android:drawable/btn_default"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:enabled="false"
|
||||
android:onClick="onOkClick"
|
||||
android:text="@string/setup_btn_connect"
|
||||
/>
|
||||
android:text="@string/setup_btn_connect" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/account_register"
|
||||
|
|
|
@ -68,9 +68,10 @@
|
|||
style="@style/PassCodeStyle" />
|
||||
</LinearLayout>
|
||||
|
||||
<Button android:layout_width="wrap_content"
|
||||
<Button
|
||||
android:id="@+id/cancel"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/common_cancel"
|
||||
android:textColor="@android:color/black"
|
||||
android:id="@+id/cancel"/>
|
||||
android:text="@string/common_cancel" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
@ -24,8 +24,7 @@
|
|||
<color name="actionbar_end_color">#1D2D44</color>
|
||||
|
||||
<!-- Button -->
|
||||
<bool name="custom_buttons">false</bool> <!-- enable background customization -->
|
||||
<color name="button_text_color">#FFFFFF</color>
|
||||
<color name="button_text_color">#000000</color>
|
||||
|
||||
<!-- Multiaccount support -->
|
||||
<bool name="multiaccount_support">true</bool>
|
||||
|
|
Loading…
Reference in a new issue