Skip to content

Commit

Permalink
Merge pull request #28 from dokeraj/improvement-logging-text-color
Browse files Browse the repository at this point in the history
improvement: make logging text more readable
  • Loading branch information
dokeraj authored Oct 21, 2021
2 parents 822ed26 + 884763d commit ba52db3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.dokeraj.androtainer"
minSdkVersion 29
targetSdkVersion 30
versionCode 11
versionName "1.5"
versionCode 12
versionName "1.55"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/logging_card_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:id="@+id/tvLoggingItem"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/dis6"
android:textColor="@color/loggingText"
android:layout_marginTop="1dp"
android:layout_marginBottom="2dp"
android:text="AJKDE TEMPLARTE"/>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<color name="disText1">#b9bbbe</color>
<color name="disText2">#f2ffff</color>
<color name="disText3">#fff000</color>
<color name="loggingText">#D4DADA</color>
<color name="chipBlue">#254049</color>
<color name="light_gray">#4E525A</color>
<color name="red">#C62B2B</color>
Expand Down

0 comments on commit ba52db3

Please sign in to comment.