1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/chinasoft3_ohos-SlidingRootNav

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Это зеркальный репозиторий, синхронизируется ежедневно с исходного репозитория.
Клонировать/Скачать
menu_left_drawer.xml 1.7 КБ
Копировать Редактировать Исходные данные Просмотреть построчно История
yarolegovich Отправлено 5 лет назад cb90085
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
android:orientation="vertical">
<Space
android:layout_width="wrap_content"
android:layout_height="90dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="24dp"
android:paddingRight="24dp"
android:paddingStart="24dp"
android:text="@string/account_balance"
android:textSize="12sp" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:baselineAligned="false"
android:orientation="horizontal"
android:paddingLeft="24dp"
android:paddingRight="24dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:text="@string/balance_currency" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/balance_amount"
android:textSize="34sp" />
</LinearLayout>
<Space
android:layout_width="wrap_content"
android:layout_height="56dp" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/list"
android:layout_width="240dp"
android:layout_height="wrap_content" />
<Space
android:layout_width="wrap_content"
android:layout_height="40dp" />
</LinearLayout>

Комментарий ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://gitlife.ru/oschina-mirror/chinasoft3_ohos-SlidingRootNav.git
git@gitlife.ru:oschina-mirror/chinasoft3_ohos-SlidingRootNav.git
oschina-mirror
chinasoft3_ohos-SlidingRootNav
chinasoft3_ohos-SlidingRootNav
v1.1.1