mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
fix for the button styling (land)
This commit is contained in:
parent
f4445284d0
commit
a3ccc6a559
1 changed files with 3 additions and 2 deletions
|
@ -221,9 +221,10 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<Button
|
||||
|
||||
<android.support.v7.widget.AppCompatButton
|
||||
android:id="@+id/buttonOK"
|
||||
style="@style/ownCloud.Button"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
|
|
Loading…
Reference in a new issue