@@ -16,18 +16,18 @@
 | 
			
		||||
 | 
			
		||||
<ScrollView
 | 
			
		||||
    xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    android:layout_width="fill_parent"
 | 
			
		||||
    android:layout_height="fill_parent">
 | 
			
		||||
    android:layout_width="match_parent"
 | 
			
		||||
    android:layout_height="match_parent">
 | 
			
		||||
    <LinearLayout
 | 
			
		||||
        android:id="@+id/all_details"
 | 
			
		||||
        android:layout_width="fill_parent"
 | 
			
		||||
        android:layout_height="fill_parent"
 | 
			
		||||
        android:layout_width="match_parent"
 | 
			
		||||
        android:layout_height="match_parent"
 | 
			
		||||
        android:paddingTop="5dip"
 | 
			
		||||
        android:paddingBottom="5dip"
 | 
			
		||||
        android:orientation="vertical">
 | 
			
		||||
 | 
			
		||||
        <LinearLayout
 | 
			
		||||
            android:layout_width="fill_parent"
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:minHeight="?android:attr/listPreferredItemHeight"
 | 
			
		||||
            android:orientation="horizontal"
 | 
			
		||||
@@ -73,7 +73,7 @@
 | 
			
		||||
                    android:id="@+id/gauge"
 | 
			
		||||
                    android:background="#80404040"
 | 
			
		||||
                    android:layout_height="wrap_content"
 | 
			
		||||
                    android:layout_width="fill_parent"
 | 
			
		||||
                    android:layout_width="match_parent"
 | 
			
		||||
                    android:layout_marginTop="5dip"
 | 
			
		||||
                    android:layout_below="@id/battery_percentage"
 | 
			
		||||
                    android:layout_gravity="center_vertical" />
 | 
			
		||||
@@ -93,7 +93,7 @@
 | 
			
		||||
 | 
			
		||||
        <LinearLayout
 | 
			
		||||
            android:id="@+id/details"
 | 
			
		||||
            android:layout_width="fill_parent"
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:paddingLeft="6dip"
 | 
			
		||||
            android:orientation="vertical">
 | 
			
		||||
@@ -104,7 +104,7 @@
 | 
			
		||||
 | 
			
		||||
        <LinearLayout
 | 
			
		||||
            android:id="@+id/controls"
 | 
			
		||||
            android:layout_width="fill_parent"
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:orientation="vertical">
 | 
			
		||||
 | 
			
		||||
@@ -126,7 +126,7 @@
 | 
			
		||||
 | 
			
		||||
        <LinearLayout
 | 
			
		||||
            android:id="@+id/packages_section"
 | 
			
		||||
            android:layout_width="fill_parent"
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:paddingLeft="6dip"
 | 
			
		||||
            android:orientation="vertical">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user