mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-26 20:57:41 +08:00
10 lines
339 B
XML
10 lines
339 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/container_frame_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:ignore="MergeRootFrame">
|
|
|
|
</FrameLayout>
|