Commit 5bc320e3 authored by Mygod's avatar Mygod

Update design

parent 6a65886a
...@@ -30,7 +30,7 @@ buildscript { ...@@ -30,7 +30,7 @@ buildscript {
classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0' classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0'
classpath 'com.google.gms:google-services:4.3.0' classpath 'com.google.gms:google-services:4.3.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.8.0' classpath 'com.vanniktech:gradle-maven-publish-plugin:0.8.0'
classpath 'io.fabric.tools:gradle:1.30.0' classpath 'io.fabric.tools:gradle:1.31.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
} }
} }
......
...@@ -52,7 +52,7 @@ androidExtensions { ...@@ -52,7 +52,7 @@ androidExtensions {
def coroutinesVersion = '1.3.0-RC' def coroutinesVersion = '1.3.0-RC'
def lifecycleVersion = '2.1.0-rc01' def lifecycleVersion = '2.1.0-rc01'
def roomVersion = '2.1.0' def roomVersion = '2.1.0'
def workVersion = '2.2.0-beta02' def workVersion = '2.2.0-rc01'
dependencies { dependencies {
api project(':plugin') api project(':plugin')
api "androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion" api "androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion"
......
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:labelFor="@+id/content" android:labelFor="@+id/content"
android:entries="@array/acl_rule_templates"/> android:entries="@array/acl_rule_templates"/>
<Space
android:layout_width="match_parent"
android:layout_height="16dp"/>
<com.google.android.material.textfield.TextInputLayout <com.google.android.material.textfield.TextInputLayout
android:id="@+id/content_layout" android:id="@+id/content_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -19,6 +22,7 @@ ...@@ -19,6 +22,7 @@
android:id="@+id/content" android:id="@+id/content"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingTop="12dp"
android:inputType="textNoSuggestions|textMultiLine"/> android:inputType="textNoSuggestions|textMultiLine"/>
</com.google.android.material.textfield.TextInputLayout> </com.google.android.material.textfield.TextInputLayout>
</LinearLayout> </LinearLayout>
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
android:id="@android:id/edit" android:id="@android:id/edit"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingTop="12dp"
android:singleLine="true" android:singleLine="true"
android:inputType="textPassword" android:inputType="textPassword"
android:typeface="monospace"/> android:typeface="monospace"/>
......
...@@ -57,7 +57,7 @@ mavenPublish { ...@@ -57,7 +57,7 @@ mavenPublish {
dependencies { dependencies {
api 'androidx.core:core-ktx:1.1.0-rc02' api 'androidx.core:core-ktx:1.1.0-rc02'
api 'androidx.drawerlayout:drawerlayout:1.1.0-alpha02' // https://android-developers.googleblog.com/2019/07/android-q-beta-5-update.html api 'androidx.drawerlayout:drawerlayout:1.1.0-alpha02' // https://android-developers.googleblog.com/2019/07/android-q-beta-5-update.html
api 'com.google.android.material:material:1.1.0-alpha08' api 'com.google.android.material:material:1.1.0-alpha09'
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion" api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
testImplementation "junit:junit:$junitVersion" testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test:runner:$androidTestVersion" androidTestImplementation "androidx.test:runner:$androidTestVersion"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment