SmsForwarder/app/src/main/res/layout/fragment_frpc_edit.xml
2022-06-06 16:56:20 +08:00

19 lines
747 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/xui_config_color_background"
android:orientation="vertical">
<com.amrdeveloper.codeview.CodeView
android:id="@+id/editText"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
android:dropDownWidth="@dimen/block_high_height"
android:dropDownHorizontalOffset="0dp"
android:dropDownSelector="@color/black"
android:gravity="top|start"
android:textColor="@color/darkGreen" />
</LinearLayout>