mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-17 21:31:47 +00:00
Edit closed group activitiy cleanup.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
android:orientation="vertical">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/displayNameContainer"
|
||||
android:id="@+id/ctnGroupNameSection"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/large_spacing"
|
||||
@@ -19,17 +19,17 @@
|
||||
android:layout_marginRight="@dimen/large_spacing">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/cancelEditButton"
|
||||
android:id="@+id/btnCancelGroupNameEdit"
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="36dp"
|
||||
android:layout_toLeftOf="@+id/groupNameEditText"
|
||||
android:layout_toLeftOf="@+id/edtGroupName"
|
||||
android:layout_centerVertical="true"
|
||||
android:src="@drawable/ic_close_white_24dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<EditText
|
||||
style="@style/SessionEditText"
|
||||
android:id="@+id/groupNameEditText"
|
||||
android:id="@+id/edtGroupName"
|
||||
android:layout_width="@dimen/album_total_width"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
@@ -41,7 +41,7 @@
|
||||
android:hint="@string/activity_edit_closed_group_edit_text_hint" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/displayNameTextView"
|
||||
android:id="@+id/txvGroupNameDisplay"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
@@ -52,11 +52,11 @@
|
||||
android:drawablePadding="@dimen/small_spacing"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/saveEditButton"
|
||||
android:id="@+id/btnSaveGroupName"
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="36dp"
|
||||
android:src="@drawable/ic_check_white_24dp"
|
||||
android:layout_toRightOf="@+id/groupNameEditText"
|
||||
android:layout_toRightOf="@+id/edtGroupName"
|
||||
android:layout_centerVertical="true"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
@@ -77,7 +77,7 @@
|
||||
android:layout_marginTop="@dimen/medium_spacing" />
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/displayNameContainer"
|
||||
android:id="@+id/ctnGroupNameSection"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/large_spacing"
|
||||
@@ -97,7 +97,7 @@
|
||||
android:hint="@string/activity_settings_display_name_edit_text_hint" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/displayNameTextView"
|
||||
android:id="@+id/txvGroupNameDisplay"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
|
@@ -35,7 +35,7 @@
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/displayNameTextView"
|
||||
android:id="@+id/txvGroupNameDisplay"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxLines="1"
|
||||
|
@@ -30,7 +30,7 @@
|
||||
</RelativeLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/displayNameTextView"
|
||||
android:id="@+id/txvGroupNameDisplay"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/medium_spacing"
|
||||
|
Reference in New Issue
Block a user