Skip to content

Commit c26eca2

Browse files
committed
UI Fixes - Schedule
1 parent 0773bc8 commit c26eca2

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "dpi.ks19.participantapp"
77
minSdkVersion 21
88
targetSdkVersion 28
9-
versionCode 2
10-
versionName "1.0"
9+
versionCode 3
10+
versionName "1.1"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
vectorDrawables.useSupportLibrary = true
1313
}

app/release/app-release.apk

6.89 MB
Binary file not shown.

app/release/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
1+
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"1.1","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

app/src/main/res/layout/schedule_card.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
android:paddingTop="@dimen/margin_8dp"
2323
android:paddingEnd="@dimen/margin_8dp"
2424
android:text="NAME"
25-
android:textColor="@color/colorPrimaryDark"
26-
android:textSize="20sp"
25+
android:textColor="@color/red_text"
26+
android:textSize="16sp"
2727
android:textStyle="bold"
2828

2929
card_view:layout_constraintEnd_toStartOf="@+id/eventTime"
@@ -35,14 +35,15 @@
3535
android:layout_width="0dp"
3636
android:layout_height="wrap_content"
3737

38+
android:layout_marginTop="4dp"
3839
android:layout_marginEnd="8dp"
3940
android:paddingStart="@dimen/margin_8dp"
4041
android:paddingEnd="@dimen/margin_8dp"
4142
android:paddingBottom="@dimen/margin_8dp"
4243
android:text="VENUE"
4344
android:textColor="@color/black"
4445

45-
android:textSize="16sp"
46+
android:textSize="14sp"
4647
card_view:layout_constraintBottom_toBottomOf="parent"
4748
card_view:layout_constraintEnd_toEndOf="@+id/eventName"
4849
card_view:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)