Remove rtl layout support (WIP in rtl-layout branch)
This commit is contained in:
parent
577a4250b6
commit
d315521c7d
@ -29,7 +29,7 @@
|
||||
android:name="FDroidApp"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true" >
|
||||
android:supportsRtl="false" >
|
||||
<activity
|
||||
android:name="FDroid"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize" >
|
||||
|
@ -14,7 +14,6 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="5dp"
|
||||
android:paddingEnd="6dp"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<RelativeLayout
|
||||
@ -28,7 +27,6 @@
|
||||
android:id="@+id/title"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:singleLine="false"
|
||||
android:textSize="18sp"
|
||||
@ -39,7 +37,6 @@
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="42dp"
|
||||
android:layout_below="@id/title"
|
||||
android:layout_marginEnd="5dp"
|
||||
android:scaleType="fitCenter" />
|
||||
|
||||
<TextView
|
||||
@ -47,7 +44,6 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/title"
|
||||
android:layout_toEndOf="@id/icon"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
@ -55,7 +51,6 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/license"
|
||||
android:layout_toEndOf="@id/icon"
|
||||
android:textSize="12sp" />
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
|
@ -3,9 +3,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingStart="8dp"
|
||||
android:paddingRight="8dp"
|
||||
android:paddingEnd="8dp"
|
||||
android:paddingTop="6dp"
|
||||
android:paddingBottom="6dp"
|
||||
android:orientation="vertical">
|
||||
@ -22,7 +20,6 @@
|
||||
|
||||
<TextView android:id="@+id/version"
|
||||
android:paddingLeft="5dp"
|
||||
android:paddingStart="5dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
@ -41,7 +38,6 @@
|
||||
<TextView android:id="@+id/sitec"
|
||||
android:text="@string/about_sitec"
|
||||
android:paddingLeft="5dp"
|
||||
android:paddingStart="5dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
@ -61,7 +57,6 @@
|
||||
<TextView android:id="@+id/mailc"
|
||||
android:text="@string/about_mailc"
|
||||
android:paddingLeft="5dp"
|
||||
android:paddingStart="5dp"
|
||||
android:autoLink="email"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
|
@ -6,14 +6,11 @@
|
||||
android:paddingTop="5dp"
|
||||
android:paddingBottom="5dp"
|
||||
android:paddingLeft="2dp"
|
||||
android:paddingStart="2dp"
|
||||
android:paddingRight="2dp"
|
||||
android:paddingEnd="2dp">
|
||||
|
||||
<TextView android:id="@+id/buildtype"
|
||||
android:textSize="12sp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content" />
|
||||
|
||||
@ -24,14 +21,12 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toLeftOf="@id/buildtype"
|
||||
android:layout_toStartOf="@id/buildtype"
|
||||
android:textSize="18sp" />
|
||||
|
||||
<TextView android:id="@+id/size"
|
||||
android:textSize="12sp"
|
||||
android:layout_below="@id/version"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content" />
|
||||
|
||||
@ -41,9 +36,7 @@
|
||||
android:ellipsize="end"
|
||||
android:layout_below="@id/version"
|
||||
android:layout_toLeftOf="@id/size"
|
||||
android:layout_toStartOf="@id/size"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content" />
|
||||
|
||||
@ -51,7 +44,6 @@
|
||||
android:textSize="12sp"
|
||||
android:layout_below="@id/status"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content" />
|
||||
|
||||
|
@ -4,9 +4,7 @@
|
||||
android:layout_height="fill_parent"
|
||||
android:paddingTop="5dp"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingStart="8dp"
|
||||
android:paddingRight="8dp"
|
||||
android:paddingEnd="8dp"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<LinearLayout
|
||||
@ -42,7 +40,6 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_below="@id/title"
|
||||
android:textSize="12sp" />
|
||||
|
||||
@ -51,10 +48,8 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_below="@id/title"
|
||||
android:layout_toLeftOf="@id/license"
|
||||
android:layout_toStartOf="@id/license"
|
||||
android:textSize="12sp" />
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
|
@ -6,16 +6,13 @@
|
||||
android:paddingTop="3dp"
|
||||
android:paddingBottom="4dp"
|
||||
android:paddingLeft="6dp"
|
||||
android:paddingStart="6dp"
|
||||
android:paddingRight="10dp"
|
||||
android:paddingEnd="10dp">
|
||||
|
||||
<ImageView android:id="@+id/icon"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginRight="2dp"
|
||||
android:layout_marginEnd="2dp"
|
||||
android:padding="4dp"/>
|
||||
|
||||
<LinearLayout android:id="@+id/status_icons"
|
||||
@ -24,7 +21,6 @@
|
||||
android:orientation="horizontal"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:padding="4dp">
|
||||
|
||||
<ImageView android:id="@+id/icon_status_has_updates"
|
||||
@ -49,9 +45,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toRightOf="@id/icon"
|
||||
android:layout_toEndOf="@id/icon"
|
||||
android:layout_toLeftOf="@id/status_icons"
|
||||
android:layout_toStartOf="@id/status_icons"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingBottom="2dp" />
|
||||
|
||||
@ -63,7 +57,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/name"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"/>
|
||||
|
||||
<TextView android:id="@+id/status"
|
||||
android:textSize="12sp"
|
||||
@ -73,11 +66,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignBaseline="@id/license"
|
||||
android:layout_toLeftOf="@id/license"
|
||||
android:layout_toStartOf="@id/license"
|
||||
android:layout_alignLeft="@id/name"
|
||||
android:layout_alignStart="@id/name"
|
||||
android:paddingLeft="1dp"
|
||||
android:paddingStart="1dp"/>
|
||||
|
||||
<TextView android:id="@+id/summary"
|
||||
android:singleLine="true"
|
||||
@ -86,6 +76,5 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/icon"
|
||||
android:paddingLeft="6dp"
|
||||
android:paddingStart="6dp"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
@ -5,9 +5,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="6dip"
|
||||
android:paddingStart="6dip"
|
||||
android:paddingRight="6dip"
|
||||
android:paddingEnd="6dip"
|
||||
android:paddingBottom="6dip">
|
||||
|
||||
<Spinner
|
||||
|
Loading…
x
Reference in New Issue
Block a user