зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1046579 - Don't scale empty view images. r=lucasr
This commit is contained in:
Родитель
e56b395db6
Коммит
d26e029806
|
@ -17,10 +17,11 @@
|
|||
android:layout_weight="1"/>
|
||||
|
||||
<ImageView android:id="@+id/home_empty_image"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="150dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:gravity="top|center"
|
||||
android:scaleType="fitCenter"/>
|
||||
android:scaleType="center"/>
|
||||
|
||||
<TextView android:id="@+id/home_empty_text"
|
||||
android:layout_width="match_parent"
|
||||
|
|
Загрузка…
Ссылка в новой задаче