From 47f5d71a81a528aff225805d28bf181ce4d6f55d Mon Sep 17 00:00:00 2001 From: 陈奇 <1650699704@qq.com> Date: Thu, 15 Nov 2018 13:14:43 +0800 Subject: [PATCH] [*]1.0.3.2版本 --- app/src/main/res/drawable/green_white_bg.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/drawable/green_white_bg.xml b/app/src/main/res/drawable/green_white_bg.xml index ee7e5ca..6e2140c 100644 --- a/app/src/main/res/drawable/green_white_bg.xml +++ b/app/src/main/res/drawable/green_white_bg.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="@color/white"/> - <stroke android:color="@color/red_txt" android:width="@dimen/x1"/> + <stroke android:color="@color/blue_txt" android:width="@dimen/x1"/> <corners android:radius="@dimen/x5"/> </shape> -- Gitblit v1.8.0