Make LinearColorBar support RTL
- Move the class to widget package - Remove a bunch of useless drawing Change-Id: I82f840819c89eaf3cf9b7a87e56f1031989e3262 Fixes: 62700884 Test: robotest
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
android:gravity="left|center_vertical"
|
||||
android:text="@string/running_processes_header_title" />
|
||||
|
||||
<view class="com.android.settings.applications.LinearColorBar"
|
||||
<view class="com.android.settings.widget.LinearColorBar"
|
||||
android:id="@+id/color_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="16sp"
|
||||
|
@@ -42,7 +42,7 @@
|
||||
android:paddingBottom="5dp"
|
||||
android:maxLines="10" />
|
||||
|
||||
<com.android.settings.applications.LinearColorBar
|
||||
<com.android.settings.widget.LinearColorBar
|
||||
android:id="@+id/color_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="28dp"
|
||||
|
Reference in New Issue
Block a user