mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Changed scrollbar style back to outsideInset.
This commit is contained in:
parent
d0e0dceab7
commit
f2880d08b3
@ -10,7 +10,7 @@
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="0dip"
|
android:layout_height="0dip"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:scrollbarStyle="outsideOverlay"
|
android:scrollbarStyle="outsideInset"
|
||||||
android:fillViewport="true"
|
android:fillViewport="true"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:fadingEdge="none">
|
android:fadingEdge="none">
|
||||||
@ -87,7 +87,7 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="2dip"
|
android:paddingRight="6dip"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:gravity="center_vertical">
|
android:gravity="center_vertical">
|
||||||
<Button
|
<Button
|
||||||
|
Loading…
Reference in New Issue
Block a user