init
After Width: | Height: | Size: 135 B |
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 120 B |
After Width: | Height: | Size: 119 B |
After Width: | Height: | Size: 160 B |
After Width: | Height: | Size: 107 B |
After Width: | Height: | Size: 144 B |
After Width: | Height: | Size: 276 B |
After Width: | Height: | Size: 129 B |
After Width: | Height: | Size: 177 B |
After Width: | Height: | Size: 425 B |
After Width: | Height: | Size: 162 B |
After Width: | Height: | Size: 227 B |
After Width: | Height: | Size: 610 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 23 KiB |
31
cx3-demo/project/cxdemo.android/app/res/layout/mask_view.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#60A7C6FC">
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/contentView"
|
||||
android:layout_width="157dp"
|
||||
android:layout_height="561dp" android:background="#ff0000FC" android:clipChildren="false" android:clipToPadding="false">
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/contentView1"
|
||||
android:layout_width="355dp"
|
||||
android:layout_height="517dp" android:background="#FC5800">
|
||||
<view android:layout_width="285dp" android:layout_height="354dp">
|
||||
<view android:layout_width="222dp" android:layout_height="222dp">
|
||||
|
||||
</view>
|
||||
</view>
|
||||
<EditText
|
||||
android:id="@+id/editText"
|
||||
android:layout_width="283dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:ems="10"
|
||||
android:inputType="textPersonName"
|
||||
android:text="dddddddddddddddddddddddddddddddddddddaa"/>
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
||||
</FrameLayout>
|
@@ -0,0 +1,79 @@
|
||||
<?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="40dp"
|
||||
|
||||
android:orientation="vertical" >
|
||||
<!--android:background="@color/mediacontroller_bg"-->
|
||||
<!--<LinearLayout-->
|
||||
<!--android:layout_width="match_parent"-->
|
||||
<!--android:layout_height="wrap_content"-->
|
||||
<!--android:visibility="visible"-->
|
||||
<!--android:orientation="horizontal" >-->
|
||||
|
||||
<!--<TextView-->
|
||||
<!--android:id="@+id/mediacontroller_time_current"-->
|
||||
<!--style="@style/MediaController_Text"-->
|
||||
<!--android:layout_width="fill_parent"-->
|
||||
<!--android:layout_height="wrap_content"-->
|
||||
<!--android:layout_marginLeft="30dp"-->
|
||||
<!--android:layout_weight="1"-->
|
||||
<!--android:text="00:00" />-->
|
||||
|
||||
<!--<TextView-->
|
||||
<!--android:id="@+id/mediacontroller_time_total"-->
|
||||
<!--style="@style/MediaController_Text"-->
|
||||
<!--android:layout_width="fill_parent"-->
|
||||
<!--android:layout_height="wrap_content"-->
|
||||
<!--android:layout_marginRight="30dp"-->
|
||||
<!--android:layout_weight="1"-->
|
||||
<!--android:gravity="right"-->
|
||||
<!--android:text="22:33" />-->
|
||||
<!--</LinearLayout>-->
|
||||
|
||||
<!--<RelativeLayout-->
|
||||
<!--android:layout_width="match_parent"-->
|
||||
<!--android:layout_height="wrap_content"-->
|
||||
<!--android:orientation="horizontal" >-->
|
||||
|
||||
<!--<ImageButton-->
|
||||
<!--android:id="@+id/mediacontroller_play_pause"-->
|
||||
<!--android:layout_width="wrap_content"-->
|
||||
<!--android:layout_height="wrap_content"-->
|
||||
<!--android:layout_centerVertical="true"-->
|
||||
<!--android:layout_marginLeft="5dp"-->
|
||||
<!--android:background="@drawable/mediacontroller_button"-->
|
||||
<!--android:contentDescription="@string/mediacontroller_play_pause"-->
|
||||
<!--android:src="@drawable/mediacontroller_pause" />-->
|
||||
|
||||
<!--<ImageButton-->
|
||||
<!--android:id="@+id/mediacontroller_play_fs"-->
|
||||
<!--android:layout_width="wrap_content"-->
|
||||
<!--android:layout_height="wrap_content"-->
|
||||
<!--android:layout_alignParentRight="true"-->
|
||||
<!--android:layout_centerVertical="true"-->
|
||||
<!--android:background="@drawable/mediacontroller_change_size"-->
|
||||
<!--android:visibility="visible" />-->
|
||||
|
||||
<!--<org.cocos2dx.lib.MySeekBar-->
|
||||
<!--android:id="@+id/mediacontroller_seekbar"-->
|
||||
<!--style="@style/MediaController_SeekBar"-->
|
||||
<!--android:layout_width="match_parent"-->
|
||||
<!--android:layout_height="wrap_content"-->
|
||||
<!--android:layout_centerVertical="true"-->
|
||||
<!--android:layout_toLeftOf="@id/mediacontroller_play_fs"-->
|
||||
<!--android:layout_toRightOf="@id/mediacontroller_play_pause"-->
|
||||
<!--android:focusable="true"-->
|
||||
<!--android:max="1000" />-->
|
||||
<!--</RelativeLayout>-->
|
||||
|
||||
<!--<TextView-->
|
||||
<!--android:id="@+id/mediacontroller_file_name"-->
|
||||
<!--style="@style/MediaController_Text"-->
|
||||
<!--android:layout_width="wrap_content"-->
|
||||
<!--android:layout_height="wrap_content"-->
|
||||
<!--android:layout_marginLeft="5dp"-->
|
||||
<!--android:ellipsize="marquee"-->
|
||||
<!--android:singleLine="true" />-->
|
||||
|
||||
</LinearLayout>
|
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
BIN
cx3-demo/project/cxdemo.android/app/res/mipmap-hdpi/ic_launcher.png
Executable file
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 7.3 KiB |
BIN
cx3-demo/project/cxdemo.android/app/res/mipmap-mdpi/ic_launcher.png
Executable file
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 3.9 KiB |
BIN
cx3-demo/project/cxdemo.android/app/res/mipmap-xhdpi/ic_launcher.png
Executable file
After Width: | Height: | Size: 7.3 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 11 KiB |
BIN
cx3-demo/project/cxdemo.android/app/res/mipmap-xxhdpi/ic_launcher.png
Executable file
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 35 KiB |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#FFFFFF</color>
|
||||
</resources>
|
3
cx3-demo/project/cxdemo.android/app/res/values/strings.xml
Executable file
@@ -0,0 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name" translatable="false">cx-demo</string>
|
||||
</resources>
|