From 3aae86d20c1eef5f0bc9a833a5ee5cfddd82b6e6 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Thu, 30 Mar 2017 18:18:04 -0700 Subject: [PATCH] Update registration activity style // FREEBIE --- res/drawable-hdpi/ic_info_white_18dp.png | Bin 0 -> 295 bytes res/drawable-mdpi/ic_info_white_18dp.png | Bin 0 -> 214 bytes res/drawable-xhdpi/ic_info_white_18dp.png | Bin 0 -> 340 bytes res/drawable-xxhdpi/ic_info_white_18dp.png | Bin 0 -> 504 bytes res/drawable-xxxhdpi/ic_info_white_18dp.png | Bin 0 -> 616 bytes res/drawable/pill_button.xml | 20 +++++ res/layout/registration_activity.xml | 73 ++++++++++++------ res/values/strings.xml | 12 ++- .../securesms/RegistrationActivity.java | 57 +++++++------- 9 files changed, 111 insertions(+), 51 deletions(-) create mode 100644 res/drawable-hdpi/ic_info_white_18dp.png create mode 100644 res/drawable-mdpi/ic_info_white_18dp.png create mode 100644 res/drawable-xhdpi/ic_info_white_18dp.png create mode 100644 res/drawable-xxhdpi/ic_info_white_18dp.png create mode 100644 res/drawable-xxxhdpi/ic_info_white_18dp.png create mode 100644 res/drawable/pill_button.xml diff --git a/res/drawable-hdpi/ic_info_white_18dp.png b/res/drawable-hdpi/ic_info_white_18dp.png new file mode 100644 index 0000000000000000000000000000000000000000..7bc6eb1c5f6c4ff59e229e3ff2002952d8966e88 GIT binary patch literal 295 zcmV+?0oeYDP)LACyGYx!m!SE z&bJe#NSta~zw%p4R?#(VA>N(4Nr0JQDea>T%Z24V345WQ8Fmzw<+H&d+|9?VZkr#N zb+-8rY-(7KswFGw*aP3TWLnu_D5L%qRD!)o%X7KRfk*mrU=$1%ZVRPMtZXc-lo! zseE2bl;+bZ#!MR~SZ92b(p?+gd+yz|mN(W+v+}dbPINe1a{iJC3GCd}9V_nil}|HA zXj4pIP4K155ALl@=vAxkuwRnWsj&SsThBc6(-Us7xH|j0|K0d|cbsEf8S}x`H%oyI OW$<+Mb6Mw<&;$U3Xjl^f literal 0 HcmV?d00001 diff --git a/res/drawable-xhdpi/ic_info_white_18dp.png b/res/drawable-xhdpi/ic_info_white_18dp.png new file mode 100644 index 0000000000000000000000000000000000000000..00f53edce0e5c5ba3b36ecee05fc6ec8c172cdc2 GIT binary patch literal 340 zcmV-a0jvIrP) z{qOx%>h;7s8wx56Jw1ks6KiI1kPi+#aH&PJ2*rG2kW`aBhfKK;qJpW6`6g6X0Tp+Kkgf)>vOxu@%56}U z3@UAqNxoWRgL?0avf0r66UZcknozT!fd*!ul0iosv`z*shZSj)K!&$r+jJ6WH*Wue zIy#Vd=B|yDMb~5N+mUhA&86jk4aR&ik^dv-u+xZ`Kd)*La`$@UnBd-%E5pt?DFHTP mMNUaWM@K`+k>x0Uub?07ICz#IlqDzt0000E z;lIn+p-J{6Z=QF9(f@M|{Gfdr`o3n-{~fCYMD!RiphrZ&3a0v0eQ=vg?#P%g(V_UdAXOtCE?tb-kr(xe$-RcxOr zO-tCVg01t8Mz8oXc7;~4gdHO_X83EyNPYMdw#*2r;qRx1NIm0~W1m13gVS>CQ62kM zhHZm72Ajp$C4lOJ09+Jfcev=L2wNq?MJcU37T~IO9*e-qcLtq2)&nQo2;Dq3aEA5& zD)x^*#z++t79>!`gwVf~X!R8%VLoqYG-6H040|LrZNg5~BU8wXCe1jga~KRsux*l~ z1kA9@D>nUL$L0X<6I*QHn*G(pN1mzL6JgU!7mrgOkh^?97-A;H4wo70000{mwieK+QD`2lYo|a!gV7m z@j*Y3=v!RSI*I!4*<{t?fgZ&`_i;dLAO?b}9&{}Vy3~OxJd1)Rc+sE(5Cy?rG^mAi zcTu1s0n+_tE*!K)7Hx!s8f4K?IH*Y$orZ%tWKlaD)Ccj;9(v)RVJ4tKI4H;jG@d%p z^lsVoztkOZkmj>*W&%3V|8&TL4#Pp4nSkDfgXRf@L7L--;z1nbqoP3j;-FpKA%7wY z3MfZ|6j!343zQC269v7|gA^?>kdKN3S``Aluo4fXI7gy0R9w&!BV0Gciw{!Naou*( zKRrL=vX7{wpaM6z>K8M~L5dPxT=biw`Dmf*fKyI0d?|5jd9#XX$5RE4vDF7=>hrH#Lz*P&Qm4k9n4*Casy3f0@)!)(p0000 literal 0 HcmV?d00001 diff --git a/res/drawable/pill_button.xml b/res/drawable/pill_button.xml new file mode 100644 index 0000000000..163c49aeda --- /dev/null +++ b/res/drawable/pill_button.xml @@ -0,0 +1,20 @@ + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/registration_activity.xml b/res/layout/registration_activity.xml index d2fc488781..316e28dcef 100644 --- a/res/layout/registration_activity.xml +++ b/res/layout/registration_activity.xml @@ -8,28 +8,17 @@ - - - - + + + + + + + -