Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Updated scrollbar theme (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and MortimerGoro committed Aug 29, 2019
1 parent c0f9451 commit 1e0af3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/drawable/scrollbar_thumb.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false">
<item android:state_hovered="true">
<shape>
<size android:width="15dip"/>
<corners android:radius="7.5dp"/>
Expand All @@ -16,9 +16,9 @@
</item>
<item>
<shape>
<size android:width="15dip"/>
<corners android:radius="7.5dp"/>
<solid android:color="@color/fog"/>
<size android:width="10dip"/>
<corners android:radius="5dp"/>
<solid android:color="@color/iron"/>
</shape>
</item>
</selector>
6 changes: 0 additions & 6 deletions app/src/main/res/layout/options_language_content.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
android:layout_height="wrap_content"
android:paddingBottom="5dp"
style="@style/settingsText"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:layout_toStartOf="@+id/button"
android:gravity="center_vertical"
android:text="@string/language_options_preferred_languages"
tools:text="@string/language_options_preferred_languages" />
Expand All @@ -69,9 +66,6 @@
android:layout_height="wrap_content"
android:paddingBottom="5dp"
style="@style/settingsText"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:layout_toStartOf="@+id/button"
android:gravity="center_vertical"
android:text="@string/language_options_available_languages"
tools:text="@string/language_options_available_languages" />
Expand Down

0 comments on commit 1e0af3e

Please sign in to comment.