Files
device_samsung_a71/parts/res/layout/refresh_layout.xml
anhdat1024 2e5138aa42 Revert "a71: parts: Remove refresh rate functionality"
This reverts commit 3a9309872b03a4a661b07e2fe29bed01ead7bd95.

Change-Id: Icae0030606015901732932cf66f3f49c6f1a4048
2025-09-29 11:52:59 +07:00

19 lines
894 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/refresh_rv_view"
android:layout_width="match_parent"
android:layout_height="wrap_content" />