2018-02-21 14:46:56 +00:00
|
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android">
|
2014-10-22 16:38:44 +00:00
|
|
|
|
2018-02-21 14:46:56 +00:00
|
|
|
<FrameLayout
|
2017-03-04 14:07:25 +00:00
|
|
|
android:layout_width="match_parent"
|
2018-02-21 14:46:56 +00:00
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
2014-10-22 16:38:44 +00:00
|
|
|
|
2015-04-02 22:06:37 +00:00
|
|
|
<de.timroes.android.listview.EnhancedListView
|
2014-10-22 16:38:44 +00:00
|
|
|
android:id="@+id/list"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
Dark theme, theme switch, icons, style, strings
added some white icons,
changed hardcoded icons to theme attributes,
changed icon_edit_dark to icon_edit_body to reflect icons position,
grey message bubbles in dark theme,
misc
purged ic_action_chat as it wasn't used
preference use_white_background changed to use_green_background, default true
grey chat bubbles darker, text white
replaced all grey600 with black icons and 0.54 alpha attribute
highlightColor in dark grey chat bubble now darker than background
2016-05-12 18:00:18 +00:00
|
|
|
android:background="?attr/color_background_primary"
|
2015-07-13 10:55:13 +00:00
|
|
|
android:divider="@color/black12"
|
2018-02-21 14:46:56 +00:00
|
|
|
android:dividerHeight="1dp"/>
|
2014-10-22 16:38:44 +00:00
|
|
|
|
2018-02-21 14:46:56 +00:00
|
|
|
<android.support.design.widget.FloatingActionButton
|
|
|
|
android:id="@+id/fab"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="end|bottom"
|
|
|
|
android:layout_margin="16dp"
|
|
|
|
android:src="?attr/icon_new"/>
|
|
|
|
</FrameLayout>
|
|
|
|
</layout>
|