Commit 5bc320e3 authored by Mygod's avatar Mygod

Update design

parent 6a65886a
......@@ -30,7 +30,7 @@ buildscript {
classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0'
classpath 'com.google.gms:google-services:4.3.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"
}
}
......
......@@ -52,7 +52,7 @@ androidExtensions {
def coroutinesVersion = '1.3.0-RC'
def lifecycleVersion = '2.1.0-rc01'
def roomVersion = '2.1.0'
def workVersion = '2.2.0-beta02'
def workVersion = '2.2.0-rc01'
dependencies {
api project(':plugin')
api "androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion"
......
......@@ -10,6 +10,9 @@
android:layout_height="wrap_content"
android:labelFor="@+id/content"
android:entries="@array/acl_rule_templates"/>
<Space
android:layout_width="match_parent"
android:layout_height="16dp"/>
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/content_layout"
android:layout_width="match_parent"
......@@ -19,6 +22,7 @@
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="12dp"
android:inputType="textNoSuggestions|textMultiLine"/>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
......@@ -36,6 +36,7 @@
android:id="@android:id/edit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="12dp"
android:singleLine="true"
android:inputType="textPassword"
android:typeface="monospace"/>
......
......@@ -57,7 +57,7 @@ mavenPublish {
dependencies {
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 '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"
testImplementation "junit:junit:$junitVersion"
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