Commit 5b7777e3 authored by fallenstardust's avatar fallenstardust

修正视觉效果

parent 69c66d89
......@@ -18,7 +18,7 @@ Materials::Materials() {
SetS3DVertex(vCardBack, 0.35f, -0.5f, -0.35f, 0.5f, 0, -1, 0, 0, 1, 1);
SetS3DVertex(vSymbol, -0.35f, -0.35f, 0.35f, 0.35f, 0.01f, 1, 0, 0, 1, 1);
SetS3DVertex(vNegate, -0.25f, -0.28f, 0.25f, 0.22f, 0.01f, 1, 0, 0, 1, 1);
SetS3DVertex(vChainNum, -0.35f, -0.35f, 0.35f, 0.35f, 0, 1, 0, 0, 0.19375f, 0.2421875f);
SetS3DVertex(vChainNum, -0.35f, -0.35f, 0.35f, 0.35f, 0.1, 1, 0, 0, 0.19375f, 0.2421875f);
SetS3DVertex(vActivate, -0.5f, -0.5f, 0.5f, 0.5f, 0, 1, 0, 0, 1, 1);
SetS3DVertex(vField, -1.0f, -4.0f, 9.0f, 4.0f, 0, 1, 0, 0, 1, 1);
SetS3DVertex(vPScale, -0.35f, -0.5, 0.35, 0.5f, 0, 1, 0, 0, 1, 1);//pendulum scale image
......
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
android:layout_width="match_parent">
<!--item
android:id="@android:id/background"
android:drawable="@color/colorPrimary">
</item-->
<!-- 设置进度条颜色 -->
<item
android:id="@android:id/progress" >
<clip
android:drawable="@drawable/veil">
</clip>
</item>
</layer-list>
\ No newline at end of file
......@@ -60,6 +60,7 @@
android:visibility="gone"
tools:visibility="visible"/>
<TextView
android:id="@+id/text"
android:layout_width="match_parent"
......@@ -79,12 +80,12 @@
<ProgressBar
android:id="@+id/pb2"
style="@style/StyleProgressBarMini"
android:progressDrawable="@drawable/background_lp_progress_bar"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_gravity="center_horizontal|center_vertical"
android:layout_height="50px"
android:visibility="gone"
android:background="@color/colorAccent"
tools:visibility="visible"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment