mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fix layout bug on small screens.
This commit is contained in:
parent
873d6fbacc
commit
fdb7ed0aa1
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_marginTop="15dp"
|
android:layout_marginTop="15dp"
|
||||||
android:layout_marginBottom="15dp" >
|
android:layout_marginBottom="15dp"
|
||||||
|
android:baselineAligned="false" >
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/share_story_button"
|
android:id="@+id/share_story_button"
|
||||||
|
|
Loading…
Add table
Reference in a new issue