Select contacts activity cleanup.

This commit is contained in:
Anton Chekulaev
2020-08-14 17:08:28 +10:00
parent d9599b984a
commit f5ff045b5d
3 changed files with 29 additions and 36 deletions

View File

@@ -33,13 +33,13 @@
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" />
<!-- <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>