From e7515bd1be7f97879b2fe70a805d530d46652d57 Mon Sep 17 00:00:00 2001 From: "Jason J." Date: Tue, 4 Nov 2014 17:18:47 -0400 Subject: [PATCH] Moved listview, added padding to listview, fixed colouring issue [Ref]: Moved the listview into its own file for easier maintaince [Fix][Mod]: Added vertical padding to bottom of listview & fixed flashing listview issue in 2.3.3 --- ..._check_off_disabled_focused_holo_light.png | Bin 0 -> 263 bytes res/layout-w720dp/fragment_main.xml | 5 +-- res/layout-xlarge/fragment_main.xml | 5 +-- res/layout/fragment_main.xml | 11 +++--- res/layout/viewstub_currency_listview.xml | 32 ++++++++++++++++++ res/values/colors.xml | 7 ++-- 6 files changed, 48 insertions(+), 12 deletions(-) create mode 100755 res/drawable-hdpi/appbasetheme_light_btn_check_off_disabled_focused_holo_light.png create mode 100755 res/layout/viewstub_currency_listview.xml diff --git a/res/drawable-hdpi/appbasetheme_light_btn_check_off_disabled_focused_holo_light.png b/res/drawable-hdpi/appbasetheme_light_btn_check_off_disabled_focused_holo_light.png new file mode 100755 index 0000000000000000000000000000000000000000..e979e1f48e257a2f8d56632d7a346010f1815087 GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA1|-9oezpUtbDl1aAsP4H&M@RUd3CD#!|gwNVmY3e^D;0TU_bHqV%9IG z%)Rmd7R)rwUKnxx-sdOkXG1q - diff --git a/res/layout-xlarge/fragment_main.xml b/res/layout-xlarge/fragment_main.xml index 322296f..090588f 100755 --- a/res/layout-xlarge/fragment_main.xml +++ b/res/layout-xlarge/fragment_main.xml @@ -32,10 +32,11 @@ android:layout_marginRight="@dimen/activity_horizontal_margin" /> - diff --git a/res/layout/fragment_main.xml b/res/layout/fragment_main.xml index 7971411..ad42448 100755 --- a/res/layout/fragment_main.xml +++ b/res/layout/fragment_main.xml @@ -28,10 +28,11 @@ android:layout_marginLeft="@dimen/activity_horizontal_margin" android:layout_marginRight="@dimen/activity_horizontal_margin" /> - - + + layout="@layout/viewstub_currency_listview" + /> diff --git a/res/layout/viewstub_currency_listview.xml b/res/layout/viewstub_currency_listview.xml new file mode 100755 index 0000000..a70dc7c --- /dev/null +++ b/res/layout/viewstub_currency_listview.xml @@ -0,0 +1,32 @@ + + + + \ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml index 9652355..e546c0e 100755 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -17,14 +17,15 @@ #080808 + + #888888 #e8f6f7 #333 - - @color/currconv_background + #aa1111 @@ -34,5 +35,5 @@ #99c6f1f4 - #0fff + @android:color/transparent