use old style width name
This commit is contained in:
parent
52fe3bb571
commit
b76ca5b59a
4 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/bidforfixitemlayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="@android:color/white" >
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/plugin_name"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawablePadding="10dp"
|
||||
android:textStyle="bold"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<net.osmand.plus.activities.FontFitTextView
|
||||
android:id="@+id/title_text"
|
||||
style="@style/WhiteTitleText"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_centerVertical="true"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<net.osmand.plus.activities.FontFitTextView
|
||||
android:id="@+id/title_text"
|
||||
style="@style/WhiteTitleText"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_centerVertical="true"
|
||||
|
|
Loading…
Reference in a new issue