mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Remove unused code
This commit is contained in:
parent
d2ea5b32bd
commit
18870b7e7b
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
@ -88,85 +89,6 @@
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<!-- <RelativeLayout-->
|
||||
<!-- android:id="@+id/ctnGroupNameSection"-->
|
||||
<!-- android:layout_width="match_parent"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:layout_marginLeft="@dimen/large_spacing"-->
|
||||
<!-- android:layout_marginTop="@dimen/small_spacing"-->
|
||||
<!-- android:layout_marginRight="@dimen/large_spacing"-->
|
||||
<!-- tools:visibility="gone">-->
|
||||
|
||||
<!-- <ImageView-->
|
||||
<!-- android:id="@+id/btnCancelGroupNameEdit"-->
|
||||
<!-- android:layout_width="36dp"-->
|
||||
<!-- android:layout_height="36dp"-->
|
||||
<!-- 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/edtGroupName"-->
|
||||
<!-- android:layout_width="@dimen/album_total_width"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:layout_centerInParent="true"-->
|
||||
<!-- android:textAlignment="center"-->
|
||||
<!-- android:visibility="invisible"-->
|
||||
<!-- android:hint="@string/activity_edit_closed_group_edit_text_hint" />-->
|
||||
<!--<!– android:layout_width="@dimen/album_total_width"–>-->
|
||||
<!--<!– android:paddingTop="12dp"–>-->
|
||||
<!--<!– android:paddingBottom="@dimen/large_spacing"–>-->
|
||||
<!--<!– android:paddingHorizontal="@dimen/large_spacing"–>-->
|
||||
|
||||
<!--<!– <EditText–>-->
|
||||
<!--<!– 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:layout_marginBottom="@dimen/medium_spacing"–>-->
|
||||
<!--<!– android:hint="@string/activity_create_closed_group_edit_text_hint" />–>-->
|
||||
|
||||
<!-- <TextView-->
|
||||
<!-- android:id="@+id/btnGroupNameDisplay"-->
|
||||
<!-- android:layout_width="wrap_content"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:layout_centerInParent="true"-->
|
||||
<!-- android:textColor="@color/text"-->
|
||||
<!-- android:textSize="@dimen/very_large_font_size"-->
|
||||
<!-- android:textStyle="bold"-->
|
||||
<!-- android:drawableRight="@drawable/ic_edit_white_24dp"-->
|
||||
<!-- android:drawablePadding="@dimen/small_spacing"/>-->
|
||||
|
||||
<!-- <ImageView-->
|
||||
<!-- android:id="@+id/imgSaveGroupName"-->
|
||||
<!-- android:layout_width="36dp"-->
|
||||
<!-- android:layout_height="36dp"-->
|
||||
<!-- android:src="@drawable/ic_check_white_24dp"-->
|
||||
<!-- android:layout_toRightOf="@+id/edtGroupName"-->
|
||||
<!-- android:layout_centerVertical="true"-->
|
||||
<!-- android:visibility="gone" />-->
|
||||
|
||||
<!-- </RelativeLayout>-->
|
||||
|
||||
<!-- <!– TODO: WTF? –>-->
|
||||
<!-- <LinearLayout-->
|
||||
<!-- android:layout_width="match_parent"-->
|
||||
<!-- android:layout_height="wrap_content">-->
|
||||
<!-- <View-->
|
||||
<!-- android:layout_weight="2"-->
|
||||
<!-- android:layout_height="0px"-->
|
||||
<!-- android:layout_width="@dimen/large_spacing"/>-->
|
||||
<!-- <View-->
|
||||
<!-- android:layout_weight="2"-->
|
||||
<!-- android:layout_height="0px"-->
|
||||
<!-- android:layout_width="@dimen/large_spacing"/>-->
|
||||
<!-- </LinearLayout>-->
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@ -233,5 +155,4 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
</RelativeLayout>
|
@ -33,14 +33,6 @@
|
||||
android:textColor="@color/text"
|
||||
android:text="@string/activity_create_closed_group_empty_state_message" />
|
||||
|
||||
<!-- <Button-->
|
||||
<!-- style="@style/MediumProminentOutlineButton"-->
|
||||
<!-- android:id="@+id/btnCreateNewPrivateChat"-->
|
||||
<!-- android:layout_width="196dp"-->
|
||||
<!-- android:layout_height="@dimen/medium_button_height"-->
|
||||
<!-- android:layout_marginTop="@dimen/medium_spacing"-->
|
||||
<!-- android:text="@string/activity_create_closed_group_empty_state_button_title" />-->
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
Loading…
Reference in New Issue
Block a user