From 50aacfed3ceb60997c2c9a4cc0f9e6fe6b5ed718 Mon Sep 17 00:00:00 2001 From: 陈奇 <1650699704@qq.com> Date: Mon, 26 Nov 2018 15:17:11 +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