mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-05-07 09:57:49 +00:00
200 lines
9.6 KiB
XML
200 lines
9.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<data>
|
|
|
|
</data>
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:animateLayoutChanges="true">
|
|
|
|
<androidx.core.widget.NestedScrollView
|
|
android:id="@android:id/list"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:fillViewport="true">
|
|
|
|
<com.google.android.material.circularreveal.CircularRevealFrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:padding="12dp">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/address_block"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingHorizontal="16dp"
|
|
android:paddingVertical="8dp">
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/address"
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
android:textSize="12sp" />
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/address"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="4dp"
|
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/name_block"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingHorizontal="16dp"
|
|
android:paddingVertical="8dp">
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/name"
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
android:textSize="12sp" />
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/name"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="4dp"
|
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
android:id="@+id/description_block"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingHorizontal="16dp"
|
|
android:paddingVertical="8dp">
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/description"
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
android:textSize="12sp" />
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/description"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="4dp"
|
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/updated_block"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingHorizontal="16dp"
|
|
android:paddingVertical="8dp">
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/recently_updated"
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
android:textSize="12sp" />
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/updated"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="4dp"
|
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/apps_block"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingHorizontal="16dp"
|
|
android:paddingVertical="8dp">
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/number_of_applications"
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
android:textSize="12sp" />
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/apps"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="4dp"
|
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
android:id="@+id/fingerprint_block"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingHorizontal="16dp"
|
|
android:paddingVertical="8dp">
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/fingerprint"
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
android:textSize="12sp" />
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/fingerprint"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="4dp"
|
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
android:id="@+id/delete"
|
|
style="@style/ThemeOverlay.Material3.Button.ElevatedButton"
|
|
android:layout_width="0dp"
|
|
android:layout_height="52dp"
|
|
android:layout_marginHorizontal="4dp"
|
|
android:layout_weight="1"
|
|
android:text="@string/delete"
|
|
android:textColor="?colorSurface"
|
|
app:backgroundTint="?colorError" />
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
android:id="@+id/edit_repository"
|
|
style="@style/ThemeOverlay.Material3.Button.ElevatedButton"
|
|
android:layout_width="0dp"
|
|
android:layout_height="52dp"
|
|
android:layout_marginHorizontal="4dp"
|
|
android:layout_weight="1"
|
|
android:backgroundTint="?colorPrimary"
|
|
android:text="@string/edit_repository"
|
|
android:textColor="?colorSurface" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</com.google.android.material.circularreveal.CircularRevealFrameLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</FrameLayout>
|
|
</layout> |