Merge branch 'develop' of https://gitlab.com/tom79/mastalab into develop
This commit is contained in:
commit
fe651b65f6
|
@ -77,6 +77,7 @@
|
||||||
android:src="@drawable/ic_info_login"
|
android:src="@drawable/ic_info_login"
|
||||||
android:layout_width="30dp"
|
android:layout_width="30dp"
|
||||||
android:layout_height="30dp" />
|
android:layout_height="30dp" />
|
||||||
|
</LinearLayout>
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
android:id="@+id/set_instance_type"
|
android:id="@+id/set_instance_type"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
@ -99,7 +100,6 @@
|
||||||
android:text="GNU"
|
android:text="GNU"
|
||||||
/>
|
/>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</LinearLayout>
|
|
||||||
</android.support.design.widget.TextInputLayout>
|
</android.support.design.widget.TextInputLayout>
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="300dp"
|
android:layout_width="300dp"
|
||||||
|
|
|
@ -6,7 +6,7 @@ buildscript {
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.3.0'
|
classpath 'com.android.tools.build:gradle:3.3.1'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|
Loading…
Reference in New Issue