From 8e9d0834e4f5328efca969156af81a41fa99dce9 Mon Sep 17 00:00:00 2001 From: haijiang <181069201@qq.com> Date: Fri, 20 Apr 2018 16:14:14 +0800 Subject: [PATCH] 提交 --- 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