|
|
|
@ -15,7 +15,7 @@ |
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
|
android:id="@+id/publicRadioButton" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
|
android:layout_weight="1" |
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
|
android:id="@+id/unlistedRadioButton" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
|
android:layout_marginTop="4dp" |
|
|
|
@ -40,7 +40,7 @@ |
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
|
android:id="@+id/privateRadioButton" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
|
android:layout_marginTop="4dp" |
|
|
|
@ -53,7 +53,7 @@ |
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
|
android:id="@+id/directRadioButton" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="4dp" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|