diff options
Diffstat (limited to 'res/layout/running_services.xml')
-rw-r--r-- | res/layout/running_services.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/running_services.xml b/res/layout/running_services.xml index 2f464a5..5c0da6f 100644 --- a/res/layout/running_services.xml +++ b/res/layout/running_services.xml @@ -35,20 +35,20 @@ android:text="@string/no_running_services" android:textAppearance="?android:attr/textAppearanceLarge" /> </FrameLayout> - <LinearLayout + <view class="com.android.settings.RunningServices$LinearColorBar" + android:id="@+id/color_bar" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:background="?android:attr/colorForeground" android:padding="4dp"> - <TextView android:id="@+id/backgroundText" + <TextView android:id="@+id/foregroundText" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" android:textAppearance="?android:attr/textAppearanceSmallInverse" android:color="?android:attr/textColorPrimaryInverse" android:singleLine="true" /> - <TextView android:id="@+id/foregroundText" + <TextView android:id="@+id/backgroundText" android:layout_gravity="center_vertical|right" android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -56,5 +56,5 @@ android:textAppearance="?android:attr/textAppearanceSmallInverse" android:color="?android:attr/textColorPrimaryInverse" android:singleLine="true" /> - </LinearLayout> + </view> </LinearLayout> |