diff --git a/.gitignore b/.gitignore index 358d3d4bb..d8c785ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ submodules/externals/build/libvpx/arm submodules/externals/build/libvpx/x86 submodules/externals/build/openh264/arm submodules/externals/build/openh264/x86 +submodules/externals/ffmpeg/arm/ tests/*$py.class tests/build.xml tests/project.properties diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 946406175..ca465a155 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -64,7 +64,9 @@ android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:label="@string/app_name" - android:largeHeap="true"> + android:largeHeap="true" + > + + + + + + + \ No newline at end of file diff --git a/res/drawable/divider.xml b/res/drawable/divider.xml new file mode 100644 index 000000000..9afcc7d80 --- /dev/null +++ b/res/drawable/divider.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/res/drawable/line.xml b/res/drawable/line.xml new file mode 100644 index 000000000..e3f2eaacf --- /dev/null +++ b/res/drawable/line.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/line_drawable.xml b/res/drawable/line_drawable.xml new file mode 100644 index 000000000..de26172a6 --- /dev/null +++ b/res/drawable/line_drawable.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/layout/chat.xml b/res/layout/chat.xml index 23a82e9a7..94a2e5cc1 100644 --- a/res/layout/chat.xml +++ b/res/layout/chat.xml @@ -173,7 +173,8 @@ android:layout_height="wrap_content" android:layout_above="@id/footer"/> - - - - + - + android:foreground="?android:attr/selectableItemBackground" + android:background="@drawable/list_selector"> + \ No newline at end of file diff --git a/res/layout/contact_cell.xml b/res/layout/contact_cell.xml index 5642cfb3b..cec07d952 100644 --- a/res/layout/contact_cell.xml +++ b/res/layout/contact_cell.xml @@ -69,6 +69,7 @@ android:layout_alignParentRight="true" android:layout_centerInParent="true" android:visibility="gone" + android:clickable="false" android:paddingLeft="5dp" android:paddingRight="5dp" /> diff --git a/res/layout/contacts_list.xml b/res/layout/contacts_list.xml index 5856688fb..fe9c7c8da 100644 --- a/res/layout/contacts_list.xml +++ b/res/layout/contacts_list.xml @@ -2,8 +2,9 @@ + android:orientation="vertical"> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/history.xml b/res/layout/history.xml index ffa8d6f9c..aa8a31ca0 100644 --- a/res/layout/history.xml +++ b/res/layout/history.xml @@ -76,7 +76,7 @@ - @android:color/white @drawable/fast_scroll_preview + + + -