diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-01-19 21:24:31 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-01-19 21:24:31 +0100 |
commit | 6e458109c5c8d6aa44ad54c3417286fe5fceff5d (patch) | |
tree | a18f87d7bfd1fac010c44ceaa7fcf00c44d1a7e4 /src/main/res/layout | |
parent | 489588ce6ec8f3a6866180dee57d4cdc1798be23 (diff) |
replace AdvancedListView with ListView because it was never used
Diffstat (limited to 'src/main/res/layout')
-rw-r--r-- | src/main/res/layout/fragment_conversations_overview.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |