зеркало из https://github.com/nextcloud/android.git
Merge pull request #12544 from bhavesh100/issue-11337
Fixes #11337 - UI drawer overlapping
This commit is contained in:
Коммит
351996c1b9
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 29 KiB После Ширина: | Высота: | Размер: 29 KiB |
|
@ -41,6 +41,7 @@
|
|||
android:layout_gravity="bottom"
|
||||
android:clickable="false"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/appbar"
|
||||
android:paddingLeft="@dimen/drawer_content_horizontal_padding"
|
||||
android:paddingTop="@dimen/standard_half_padding"
|
||||
android:paddingRight="@dimen/drawer_content_horizontal_padding"
|
||||
|
|
|
@ -127,4 +127,17 @@
|
|||
android:orderInCategory="200"
|
||||
android:title=""/>
|
||||
</group>
|
||||
|
||||
<!--
|
||||
one more dummy element required
|
||||
After making the quota details opaque
|
||||
it is hiding some part of the element of the drawer above it
|
||||
-->
|
||||
<group>
|
||||
<item
|
||||
android:enabled="false"
|
||||
android:orderInCategory="200"
|
||||
android:title=""/>
|
||||
</group>
|
||||
|
||||
</menu>
|
||||
|
|
Загрузка…
Ссылка в новой задаче