This commit is contained in:
nielsandriesse
2020-08-10 16:54:59 +10:00
parent 61050444f9
commit 8e14c7abb6
2 changed files with 4 additions and 14 deletions

View File

@@ -12,27 +12,15 @@
android:orientation="vertical">
<EditText
style="@style/SmallSessionEditText"
style="@style/SessionEditText"
android:id="@+id/nameEditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/large_spacing"
android:layout_marginTop="@dimen/medium_spacing"
android:layout_marginRight="@dimen/large_spacing"
android:hint="@string/activity_create_closed_group_edit_text_hint" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/large_spacing"
android:layout_marginTop="@dimen/medium_spacing"
android:layout_marginRight="@dimen/large_spacing"
android:layout_marginBottom="@dimen/medium_spacing"
android:textSize="@dimen/small_font_size"
android:textColor="@color/text"
android:alpha="0.6"
android:textAlignment="center"
android:text="@string/activity_create_closed_group_explanation" />
android:hint="@string/activity_create_closed_group_edit_text_hint" />
<View
android:layout_width="match_parent"