1
0
mirror of https://github.com/stom79/exodus-android-app synced 2025-01-31 07:54:53 +01:00

Fixing overflow of numbers in report.xml

This commit is contained in:
Mineroboter 2019-03-07 15:56:16 +01:00
parent 6f63cdad33
commit c62a784f14
3 changed files with 6 additions and 5 deletions

View File

@ -108,7 +108,7 @@
android:layout_marginTop="2dp" android:layout_marginTop="2dp"
android:textAppearance="@style/TextAppearance.AppCompat.Large" android:textAppearance="@style/TextAppearance.AppCompat.Large"
android:textAlignment="center" android:textAlignment="center"
android:layout_width="30dp" android:layout_width="40dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
/> />
@ -152,7 +152,7 @@
android:layout_marginTop="2dp" android:layout_marginTop="2dp"
android:textAppearance="@style/TextAppearance.AppCompat.Large" android:textAppearance="@style/TextAppearance.AppCompat.Large"
android:textAlignment="center" android:textAlignment="center"
android:layout_width="30dp" android:layout_width="40dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
/> />
</LinearLayout> </LinearLayout>

View File

@ -6,9 +6,10 @@ buildscript {
maven { maven {
url "https://maven.google.com" url "https://maven.google.com"
} }
google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.android.tools.build:gradle:3.3.2'
// 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

View File

@ -1,7 +1,7 @@
#Wed Jan 09 15:53:32 CET 2019 #Sat Feb 16 16:22:51 CET 2019
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionSha256Sum=9af7345c199f1731c187c96d3fe3d31f5405192a42046bafa71d846c3d9adacb distributionSha256Sum=9af7345c199f1731c187c96d3fe3d31f5405192a42046bafa71d846c3d9adacb