From 6c88cd89b3f3d6d140f6eb0cec20e2f57a7ff563 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Wed, 16 May 2018 11:00:33 +0800 Subject: [PATCH] updates - 心跳包降低至30s/次 --- 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