diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-07-14 16:41:57 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-07-14 16:41:57 +0200 |
| commit | 20f1c26df4db02a179c2d11871fa560052fdeb69 (patch) | |
| tree | 04ab6a901519f3333f6aa09351dc2f08178e89aa /main/res | |
| parent | 8c014f192a05db6679e4dadad0e34723d9db3251 (diff) | |
| download | cgeo-20f1c26df4db02a179c2d11871fa560052fdeb69.zip cgeo-20f1c26df4db02a179c2d11871fa560052fdeb69.tar.gz cgeo-20f1c26df4db02a179c2d11871fa560052fdeb69.tar.bz2 | |
cleanup: fix ListView predefined id
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/layout/simple_dir_chooser.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/layout/simple_dir_chooser.xml b/main/res/layout/simple_dir_chooser.xml index 7c9d95a..f7e03d8 100644 --- a/main/res/layout/simple_dir_chooser.xml +++ b/main/res/layout/simple_dir_chooser.xml @@ -34,7 +34,7 @@ </LinearLayout> <ListView - android:id="@+id/android:list" + android:id="@android:id/list" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="100" /> |
