mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 04:42:19 +00:00
Minor refactoring
This commit is contained in:
@@ -89,19 +89,6 @@
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<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_edit_closed_group_explanation" />
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1px"
|
||||
|
||||
@@ -17,12 +17,4 @@
|
||||
android:textColor="@color/text"
|
||||
android:text="@string/fragment_edit_group_bottom_sheet_remove"/>
|
||||
|
||||
<!-- <TextView-->
|
||||
<!-- android:id="@+id/makeAdministrator"-->
|
||||
<!-- style="@style/ActionItem"-->
|
||||
<!-- android:drawableStart="@drawable/ic_edit_white_24dp"-->
|
||||
<!-- android:textSize="@dimen/medium_font_size"-->
|
||||
<!-- android:textColor="@color/text"-->
|
||||
<!-- android:text="@string/fragment_edit_group_bottom_sheet_admin" />-->
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
android:layout_weight="1" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/tickImageView"
|
||||
android:id="@+id/actionIndicatorImageView"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_marginLeft="@dimen/medium_spacing"
|
||||
|
||||
Reference in New Issue
Block a user