From 257c112552866968329c86080a7d8be72b6ee030 Mon Sep 17 00:00:00 2001 From: Guy Date: Tue, 16 Apr 2019 20:07:30 +0300 Subject: [PATCH] add landscape screen mode support --- app/build.gradle | 2 +- .../src/main/res/layout-land/dialog_rate.xml | 170 ++++++++++++++++++ 2 files changed, 171 insertions(+), 1 deletion(-) create mode 100644 smartrate/src/main/res/layout-land/dialog_rate.xml diff --git a/app/build.gradle b/app/build.gradle index 39cf9b2..244b316 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'com.android.support:design:28.0.0' testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' + androidTestImplementation 'com.android.support.test:runner:1.0.2' compile project(path: ':smartrate') } diff --git a/smartrate/src/main/res/layout-land/dialog_rate.xml b/smartrate/src/main/res/layout-land/dialog_rate.xml new file mode 100644 index 0000000..af0ec69 --- /dev/null +++ b/smartrate/src/main/res/layout-land/dialog_rate.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +