aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-01-19 21:24:31 +0100
committerChristian Schneppe <christian@pix-art.de>2018-01-19 21:24:31 +0100
commit6e458109c5c8d6aa44ad54c3417286fe5fceff5d (patch)
treea18f87d7bfd1fac010c44ceaa7fcf00c44d1a7e4 /src/main/res
parent489588ce6ec8f3a6866180dee57d4cdc1798be23 (diff)
replace AdvancedListView with ListView because it was never used
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/layout-w945dp/fragment_conversations_overview.xml2
-rw-r--r--src/main/res/layout/fragment_conversations_overview.xml2
-rw-r--r--src/main/res/values/defaults.xml1
3 files changed, 2 insertions, 3 deletions
diff --git a/src/main/res/layout-w945dp/fragment_conversations_overview.xml b/src/main/res/layout-w945dp/fragment_conversations_overview.xml
index 127264945..3176ad814 100644
--- a/src/main/res/layout-w945dp/fragment_conversations_overview.xml
+++ b/src/main/res/layout-w945dp/fragment_conversations_overview.xml
@@ -10,7 +10,7 @@
android:background="@color/grey50"
android:orientation="vertical">
- <de.timroes.android.listview.EnhancedListView
+ <ListView
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
diff --git a/src/main/res/layout/fragment_conversations_overview.xml b/src/main/res/layout/fragment_conversations_overview.xml
index e74e0e533..493f962ec 100644
--- a/src/main/res/layout/fragment_conversations_overview.xml
+++ b/src/main/res/layout/fragment_conversations_overview.xml
@@ -10,7 +10,7 @@
android:background="@color/grey50"
android:orientation="vertical">
- <de.timroes.android.listview.EnhancedListView
+ <ListView
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index 208c43e63..4fa1e37a2 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -32,7 +32,6 @@
\n\nhttps://developer.android.com/tools/support-library\n(Apache License, Version 2.0)
\n\nhttps://github.com/zxing/zxing\n(Apache License, Version 2.0)
\n\nhttps://github.com/google/material-design-icons\n(CC BY 4.0)
- \n\nhttps://github.com/timroes/EnhancedListView\n(Apache License, Version 2.0)
\n\nhttps://github.com/leolin310148/ShortcutBadger\n(Apache License, Version 2.0)
\n\nhttps://github.com/kyleduo/SwitchButton\n(Apache License, Version 2.0)
\n\nhttps://github.com/WhisperSystems/libaxolotl-java\n(GPLv3)