From 3f413ba8e318a5172d632502a671d073b85d80aa Mon Sep 17 00:00:00 2001 From: oujunhui <313127320@qq.com> Date: Thu, 28 May 2020 16:47:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9DH5=EF=BC=8C=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E6=88=BF=E9=97=B4=E6=98=BE=E7=A4=BA=E9=93=AD=E7=89=8C?= =?UTF-8?q?=EF=BC=8C=E5=85=85=E5=80=BC=E9=A1=B5=E9=BB=98=E8=AE=A4=E9=80=89?= =?UTF-8?q?=E4=B8=AD=E4=B8=80=E4=B8=AA=E9=87=91=E9=A2=9D=EF=BC=8C=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E8=AF=A6=E6=83=85=E5=A4=B4=E9=A5=B0=E5=8A=A8=E6=95=88?= =?UTF-8?q?=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 12 +++---- .../erban/avroom/widget/MessageView.java | 33 +++++++++++++------ .../yizhuan/erban/ui/pay/ChargeActivity.java | 2 +- .../erban/ui/widget/SuperEditText.java | 13 ++++++++ app/src/main/res/drawable/color_cursor.xml | 5 +++ .../main/res/layout/activity_modify_pwd.xml | 2 +- .../main/res/layout/fragment_game_home.xml | 4 +-- app/src/main/res/layout/layout_edit_eyes.xml | 2 +- app/src/main/res/values/styles.xml | 1 + .../dynamic/view/DynamicDetailActivity.java | 10 ++++-- 10 files changed, 60 insertions(+), 24 deletions(-) create mode 100644 app/src/main/res/drawable/color_cursor.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 50e2a24f5..b5c3db1fd 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -364,12 +364,12 @@ android:resource="@xml/provider_paths" /> - - - - - - + { diff --git a/app/src/main/res/drawable/color_cursor.xml b/app/src/main/res/drawable/color_cursor.xml new file mode 100644 index 000000000..a38581641 --- /dev/null +++ b/app/src/main/res/drawable/color_cursor.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_modify_pwd.xml b/app/src/main/res/layout/activity_modify_pwd.xml index 66f7a2aa2..98f372d41 100644 --- a/app/src/main/res/layout/activity_modify_pwd.xml +++ b/app/src/main/res/layout/activity_modify_pwd.xml @@ -67,7 +67,7 @@ android:textSize="@dimen/dp_14" android:layout_marginStart="@dimen/dp_25" android:layout_marginEnd="@dimen/dp_25" - android:theme="@style/common_edittext_style" + android:background="@null" android:maxLength="16" tools:ignore="SpUsage" /> diff --git a/app/src/main/res/layout/fragment_game_home.xml b/app/src/main/res/layout/fragment_game_home.xml index b570d0410..bfdd516b9 100644 --- a/app/src/main/res/layout/fragment_game_home.xml +++ b/app/src/main/res/layout/fragment_game_home.xml @@ -210,10 +210,10 @@ - diff --git a/app/src/main/res/layout/layout_edit_eyes.xml b/app/src/main/res/layout/layout_edit_eyes.xml index 7cbcf6241..8799cde2b 100644 --- a/app/src/main/res/layout/layout_edit_eyes.xml +++ b/app/src/main/res/layout/layout_edit_eyes.xml @@ -31,7 +31,7 @@ android:textColor="@color/color_333333" android:textColorHint="@color/color_b3b3b3" android:textSize="@dimen/dp_14" - android:theme="@style/common_edittext_style" + android:background="@null" android:maxLength="16" tools:ignore="SpUsage" /> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index f2c420cf0..67c95355f 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -511,6 +511,7 @@