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

Updated scrollbar theme #1706

Merged
merged 1 commit into from
Aug 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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