From 27f509c8e0094d42ad064f012c6f6b07c3366eef Mon Sep 17 00:00:00 2001 From: Somethingweirdhere Date: Sat, 16 Jun 2018 11:55:57 +0200 Subject: [PATCH] Fixed 2. Use CardView to reprecent each tab. --- app/build.gradle | 2 ++ app/src/main/res/layout/dialog_contentsettingtab.xml | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a690a9add..ad3404b9f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,7 +93,9 @@ dependencies { debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryLibVersion" releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryLibVersion" + implementation "com.squareup.okhttp3:okhttp:$okHttpLibVersion" debugImplementation "com.facebook.stetho:stetho-okhttp3:$stethoLibVersion" implementation 'com.android.support.constraint:constraint-layout:1.1.2' + implementation 'com.android.support:cardview-v7:27.1.1' } diff --git a/app/src/main/res/layout/dialog_contentsettingtab.xml b/app/src/main/res/layout/dialog_contentsettingtab.xml index 947a5bdf6..6fd6e2519 100644 --- a/app/src/main/res/layout/dialog_contentsettingtab.xml +++ b/app/src/main/res/layout/dialog_contentsettingtab.xml @@ -1,21 +1,22 @@ - - \ No newline at end of file + \ No newline at end of file