This commit is contained in:
2020-11-16 23:39:13 +08:00
parent 74928e6e49
commit 29f2f2f7ef
27 changed files with 32 additions and 24 deletions

View File

@@ -0,0 +1,18 @@
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.tianrun.siphone",
"variantName": "processReleaseResources",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
]
}

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -178,6 +178,7 @@
android:textColor="#CCCCCC"
android:textSize="18sp"
android:textStyle="bold" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -264,7 +264,7 @@
android:clickable="false">
<Button
android:id="@+id/button"
android:id="@+id/videobutton"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:onClick="doMeetingVideo4Group"
@@ -272,7 +272,7 @@
android:textAlignment="viewEnd" />
<ImageView
android:id="@+id/imageView2"
android:id="@+id/imageView22"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_alignParentStart="true"
@@ -291,7 +291,7 @@
android:focusableInTouchMode="false">
<Button
android:id="@+id/button"
android:id="@+id/delGroupbutton"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:onClick="deleteGroup"
@@ -300,7 +300,7 @@
android:textColor="#F44336" />
<ImageView
android:id="@+id/imageView2"
android:id="@+id/imageView3"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_alignParentStart="true"
@@ -328,7 +328,7 @@
android:layout_weight="1">
<ImageView
android:id="@+id/imageView"
android:id="@+id/imageView4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
@@ -336,7 +336,7 @@
app:tint="#5EE463" />
<TextView
android:id="@+id/textView"
android:id="@+id/textView5"
android:layout_width="60dp"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
@@ -354,7 +354,7 @@
android:layout_weight="1">
<ImageView
android:id="@+id/imageView"
android:id="@+id/imageView6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
@@ -362,7 +362,7 @@
app:tint="#F44336" />
<TextView
android:id="@+id/textView"
android:id="@+id/textView7"
android:layout_width="60dp"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -1,5 +1,5 @@
<resources>
<string name="app_name">SIP电话</string>
<string name="app_name">视频对讲指挥系统</string>
<string name="title_activity_scrolling">ScrollingActivity</string>
<string name="large_text">
"Material is the metaphor.\n\n"