mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Replace fill_parent with match_parent
This commit is contained in:
parent
f5892ca34b
commit
62b434af35
18 changed files with 61 additions and 61 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<EditText
|
||||
android:id="@+id/titleEdit"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:scrollHorizontally="false"
|
||||
android:singleLine="true"
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
<EditText
|
||||
android:id="@+id/descEdit"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="textMultiLine"
|
||||
android:hint="@string/share_description_hint"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue