Files
gitlab-instance-0a899031_lo…/recovered_source/out_location/resources/res/layout/ap.xml
2026-04-05 01:00:07 -05:00

17 lines
633 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/bt">
<carbon.widget.LinearLayout
android:layout_gravity="center_horizontal"
android:orientation="horizontal"
android:id="@+id/gj"
android:layout_width="wrap_content"
android:layout_height="match_parent">
<carbon.widget.Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="sadsad"/>
</carbon.widget.LinearLayout>
</merge>