mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
9 lines
345 B
XML
9 lines
345 B
XML
|
<RadioButton xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@+id/drawer_radiobutton"
|
||
|
android:layout_width="fill_parent"
|
||
|
android:layout_height="56dp"
|
||
|
android:gravity="center_vertical"
|
||
|
android:paddingLeft="16dp"
|
||
|
android:paddingRight="16dp"
|
||
|
android:textColor="#000"
|
||
|
android:textSize="18dp" />
|