mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
13 lines
546 B
XML
13 lines
546 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ch.deletescape.lawnchair.views.SpringRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/recyclerView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:clipToPadding="false"
|
|
android:paddingTop="8dp"
|
|
android:paddingBottom="8dp"
|
|
android:paddingLeft="8dp"
|
|
android:paddingRight="8dp"
|
|
tools:context="ch.deletescape.lawnchair.backup.BackupListActivity" />
|