From c9b6799804822f45c4ed201d60b5d12a9abb423f Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 29 Aug 2013 16:12:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D1=82=D0=B8=D0=BB=D0=B8=D0=B7=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D0=BC=D0=B5=D0=BD=D1=8E=20=D0=B4=D0=B5?= =?UTF-8?q?=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D0=B9=20=D0=BF=D0=BE=D0=B4=20?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D0=BB=D1=8C=20annimon.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/drawable/action_title.9.png | Bin 0 -> 736 bytes res/layout/action_row_item.xml | 4 +++ res/layout/action_row_title.xml | 4 +++ res/layout/actions.xml | 4 +-- res/values/colors.xml | 6 ++++ res/values/styles.xml | 24 +++++++++++++ src/com/annimon/client/MainActivity.java | 24 ++++++++++--- .../client/adapters/ActionsAdapter.java | 34 +++++++++++++----- 8 files changed, 85 insertions(+), 15 deletions(-) create mode 100644 res/drawable/action_title.9.png create mode 100644 res/layout/action_row_item.xml create mode 100644 res/layout/action_row_title.xml create mode 100644 res/values/colors.xml diff --git a/res/drawable/action_title.9.png b/res/drawable/action_title.9.png new file mode 100644 index 0000000000000000000000000000000000000000..85e7cbe11c20768f2c329b5556683294f976da9c GIT binary patch literal 736 zcmV<60w4W}P)v+X4u&~bgj)ii}+T5dx13O@|-rO0c-Ay9Z!%k%!NSmEYxoel{ zY6Wr%NE;kPj^sM~{bz%8Ag!|#xzO4?P>1R+Pf8c-{$;VWHX@ZC_harb=3X1eeQ5_M z!dK>sr_v-KjaZ2!&d{ze`U~^#TY_Kx8-MWNPU=jY!sse*k(D(|lYsP)g`k@W?N9l> zG{`2P0X?ZviCO~R@X%h;SRA)obK~(~Dv(xN7AYh4pnL5nSE8?i-`*3)kc$T|jZ2Z= z$aH`{N$N!G*PG;NfwT(qQYMK{$ZWI{)^bGJ3ehNu)2*$7wR+FCaUnvVRHDR9p89H& zGA)o6jLc9}j<87o{(OBuyQZ(Cx|hU;`p8=e8dg|W=#$r4)rDp4hXHB6#zpBKUov^W zUu=+^h2WCv7&Zi7dL%`I2VFW3HP#@v7T)g3za=^hNVjR`=@8crZ2owzuAdEwNf+uR z16X8uc8fl9rbdxhF3up49`htY=JzIiKVFzt$UUY42guwm{p}qX&EpJYmiQp!zEmRf zI|aTecWiW-mg&!1Mu}o*=w#*V%)pP%H-(tH(qYNxj${SWg2@jI)oB6+^@dY**(K80 zDieHkwUmz+G@?u-(zbOb%HISFo;Vl+X`y{Ht5!>-xNW|W=VAz?+wsp?U6w8vJ$Eyg zNISPOt2IZ91dB(KNY89%Aarh*_J&Riy+;Dlz0UOvDu)9l0>@E-v&ers;`{@A25GJw Swke?i0000 + \ No newline at end of file diff --git a/res/layout/action_row_title.xml b/res/layout/action_row_title.xml new file mode 100644 index 0000000..aa22e81 --- /dev/null +++ b/res/layout/action_row_title.xml @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/res/layout/actions.xml b/res/layout/actions.xml index a39fa0b..1c2fed8 100644 --- a/res/layout/actions.xml +++ b/res/layout/actions.xml @@ -3,6 +3,6 @@ android:id="@+id/actions" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@android:color/darker_gray" - android:cacheColorHint="@android:color/darker_gray" + android:background="@color/actions_background" + android:cacheColorHint="@android:color/transparent" android:divider="@null" /> \ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml new file mode 100644 index 0000000..7704f99 --- /dev/null +++ b/res/values/colors.xml @@ -0,0 +1,6 @@ + + + @android:color/white + #FF0E64A3 + @android:color/white + \ No newline at end of file diff --git a/res/values/styles.xml b/res/values/styles.xml index 6ce89c7..98bd962 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -1,5 +1,29 @@ + + +