Skip to content

Commit

Permalink
make it more suitable for e-ink device with white theme
Browse files Browse the repository at this point in the history
  • Loading branch information
plateaukao committed Apr 17, 2021
1 parent 3f80f5e commit 8e2cefa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions LimeStudio/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {

minSdkVersion 23
targetSdkVersion 30
versionCode 631
versionName '6.3.1'
versionCode 640
versionName '6.4.0'
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
/>

<stroke
android:width="2dp"
android:color="@color/keyboard_background_light"
android:width="1px"
android:color="@color/color_black"
/>

</shape>
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<!-- Functional keys. -->

<item android:state_single="true" android:state_pressed="true"
android:drawable="@drawable/btn_flat_keyboard_function_key_pressed_light" />
android:drawable="@drawable/btn_flat_keyboard_normal_key_pressed_light" />
<item android:state_single="true"
android:drawable="@drawable/btn_flat_keyboard_function_key_normal_light"/>
android:drawable="@drawable/btn_flat_keyboard_normal_key_normal_light"/>


<!-- Normal keys -->
Expand Down
2 changes: 1 addition & 1 deletion LimeStudio/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<!-- colors for light theme -->

<color name="keyboard_background_light">#FFC8C8C8</color>
<color name="keyboard_background_light">#FFFFFF</color>
<color name="second_background_light">#FFE1E1E1</color>
<color name="second_background_light_fl">#FFFBFBFB</color>
<color name="third_background_light">#FFFAFAFA</color>
Expand Down

0 comments on commit 8e2cefa

Please sign in to comment.