Add NavigationDrawer to image preview
[pub/Android/ownCloud.git] / res / layout / drawer_radiobutton.xml
1 <RadioButton xmlns:android="http://schemas.android.com/apk/res/android"
2 android:id="@+id/drawer_radiobutton"
3 android:layout_width="fill_parent"
4 android:layout_height="56dp"
5 android:gravity="center_vertical"
6 android:paddingLeft="16dp"
7 android:paddingRight="16dp"
8 android:textColor="#000"
9 android:textSize="18dp" />