mirror of
https://github.com/oxen-io/session-android.git
synced 2025-11-10 01:53:13 +00:00
material actionbar and fab
// FREEBIE
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/drawer_layout"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
@@ -9,14 +10,7 @@
|
||||
android:id="@+id/fragment_content"
|
||||
android:name="org.thoughtcrime.securesms.ConversationListFragment"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
<!--<TextView android:id="@android:id/empty"-->
|
||||
<!--android:layout_width="fill_parent"-->
|
||||
<!--android:layout_height="fill_parent"-->
|
||||
<!--android:gravity="center"-->
|
||||
<!--android:textAppearance="?android:attr/textAppearanceLarge"-->
|
||||
<!--android:textColor="?conversation_text_secondary_color"-->
|
||||
<!--android:text="Empty message list" />-->
|
||||
android:layout_height="match_parent"
|
||||
tools:layout="@layout/conversation_list_fragment" />
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user