packages/apps/rkCamera2/res/layout/layout_input_info_item.xml

14 lines
511 B
XML
Raw Normal View History

2025-08-25 08:38:42 +08:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/txt_input_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:enabled="false"
android:padding="20dp"
android:textColor="@android:color/darker_gray"
android:textSize="20sp" />
</RelativeLayout>