kopia lustrzana https://github.com/rt-bishop/Look4Sat
v2.0.1 - Timer font reverted, version code bumped
rodzic
791a9c206f
commit
b2285a691d
|
@ -32,8 +32,8 @@ android {
|
|||
applicationId "com.rtbishop.look4sat"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 200
|
||||
versionName "2.0.0"
|
||||
versionCode 201
|
||||
versionName "2.0.1"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:elevation="4dp"
|
||||
android:text="@string/timer_zero"
|
||||
android:textSize="42sp"
|
||||
android:textSize="40sp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/passes_bar"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="@id/passes_bar"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:elevation="4dp"
|
||||
android:text="@string/timer_zero"
|
||||
android:textSize="42sp"
|
||||
android:textSize="40sp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/polar_bar"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="@id/polar_bar"
|
||||
|
|
|
@ -61,6 +61,8 @@
|
|||
<style name="TimerText">
|
||||
<item name="android:textColor">@color/themeLight</item>
|
||||
<item name="android:textStyle">bold</item>
|
||||
<item name="android:clickable">false</item>
|
||||
<item name="android:focusable">false</item>
|
||||
<item name="android:includeFontPadding">false</item>
|
||||
</style>
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Timer font reverted
|
Ładowanie…
Reference in New Issue