增加app显示页面,修改拨号颜色

This commit is contained in:
2025-10-27 09:15:41 +08:00
parent a9a89a3574
commit 56341f6888
8 changed files with 269 additions and 162 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".fragment.app.AppFragment">
<data>
<variable
name="click"
type="com.ttstd.dialer.fragment.app.AppFragment.BtnClick" />
</data>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
</androidx.constraintlayout.widget.ConstraintLayout>
</layout>