Minor UI improvements and showing of unplugged duration.
This commit is contained in:
@@ -27,8 +27,9 @@
|
||||
android:textStyle="bold"
|
||||
android:singleLine="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_marginBottom="2dip"
|
||||
android:layout_marginTop="2dip" />
|
||||
android:layout_marginBottom="4dip"
|
||||
android:layout_marginTop="4dip"
|
||||
android:layout_marginLeft="4dip" />
|
||||
<TextView
|
||||
android:id="@+id/value"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -37,7 +38,7 @@
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textStyle="normal"
|
||||
android:singleLine="true"
|
||||
android:layout_marginBottom="2dip"
|
||||
android:layout_marginTop="2dip"
|
||||
android:layout_marginRight="4dip"/>
|
||||
android:layout_marginBottom="4dip"
|
||||
android:layout_marginTop="4dip"
|
||||
android:layout_marginRight="10dip"/>
|
||||
</RelativeLayout>
|
||||
|
@@ -96,6 +96,7 @@
|
||||
<TextView
|
||||
android:id="@+id/controls_section_title"
|
||||
style="?android:attr/listSeparatorTextViewStyle"
|
||||
android:layout_marginTop="6dip"
|
||||
android:text="@string/controls_subtitle" />
|
||||
|
||||
<RelativeLayout
|
||||
@@ -130,6 +131,7 @@
|
||||
<TextView
|
||||
android:id="@+id/packages_section_title"
|
||||
style="?android:attr/listSeparatorTextViewStyle"
|
||||
android:layout_marginTop="6dip"
|
||||
android:text="@string/packages_subtitle" />
|
||||
|
||||
<LinearLayout
|
||||
|
Reference in New Issue
Block a user