Commit 493e07e2 authored by fallenstardust's avatar fallenstardust

对连接怪兽详情和列表添加link箭头显示

parent d8cbc575
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
<h3 style="color:#ffffff">敬告</h3> <h3 style="color:#ffffff">敬告</h3>
<pre> <pre>
本软件基于圆神开发组的电脑版源码,采用OpenGL适配安卓+安卓客户端ui开发而成。 本软件基于圆神开发组的电脑版源码,采用OpenGL适配安卓+安卓客户端ui开发而成。
注意:如果您是通过付费购买或者付费获得下载渠道而获得本软件的话,您已经上当受骗。本软件——免费! 注意:本软件其使用代码以及图片音响素材仅供个人学习交流之用,请勿用于商业用途。
如果您是通过付费购买或者付费获得下载渠道而获得本软件的话,您已经上当受骗。本软件——免费!
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力. 特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre> </pre>
<ul> <ul>
...@@ -23,12 +24,25 @@ ...@@ -23,12 +24,25 @@
新增: 新增:
1.搜索结果增加卡片收藏夹列表; 1.搜索结果增加卡片收藏夹列表;
2.卡片详情可增加/移出搜藏; 2.卡片详情可增加/移出搜藏;
3.右侧搜索界面可打开我的收藏★;
4.显示搜索结果统计数;
5.启动软件会执行原目录文件搬运(如果有);
变更: 变更:
1.ygopro进程将不再能从 1.不再在Sdcard根目录复制ygocore
历史进程中被单独唤起。 而是在本应用分配合法目录下;
2.停用游戏目录自定义设置;
3.ygopro进程将不再能从
历史进程中被单独唤起
游戏途中切回请点击“点此返回决斗”; 游戏途中切回请点击“点此返回决斗”;
2.未退出ygopro但重新从服务器进入游戏 4.未退出ygopro但重新从服务器进入游戏
不再重复建立房间而是回到当前游戏; 不再重复建立房间而是回到当前游戏;
5.简化卡查搜索按钮;
6.和关键词完全匹配的卡名
会在搜索结果中置顶显示;
7.搜索结果大原则以
怪兽-魔法-陷阱顺序排列;
8.常用设置提前
(启用拓展卡包,决斗助手等)
</pre> </pre>
<h3 style="color:#ff0000">注意</h3> <h3 style="color:#ff0000">注意</h3>
<pre> <pre>
......
...@@ -110,11 +110,17 @@ ...@@ -110,11 +110,17 @@
android:textColor="@color/item_title" android:textColor="@color/item_title"
android:textIsSelectable="true" android:textIsSelectable="true"
tools:text="name" /> tools:text="name" />
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="horizontal"> android:orientation="horizontal">
<include
android:id="@+id/detail_link_arrows"
layout="@layout/item_linkmaker_small"
android:visibility="gone" />
<TextView <TextView
android:id="@+id/card_level" android:id="@+id/card_level"
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -128,13 +134,13 @@ ...@@ -128,13 +134,13 @@
tools:text="★4" /> tools:text="★4" />
<ImageView <ImageView
android:id="@+id/image_fav" android:id="@+id/image_fav"
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_gravity="bottom|right" android:layout_gravity="bottom|right"
android:paddingRight="5dp" android:background="@drawable/ic_control_point"
android:scaleType="center" android:paddingRight="5dp"
android:background="@drawable/ic_control_point" /> android:scaleType="center" />
</FrameLayout> </FrameLayout>
<LinearLayout <LinearLayout
...@@ -183,8 +189,6 @@ ...@@ -183,8 +189,6 @@
android:textAppearance="@style/TextAppearance.AppCompat.Body1" android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textColor="@color/white" android:textColor="@color/white"
tools:text="Test" /> tools:text="Test" />
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
......
...@@ -93,6 +93,11 @@ ...@@ -93,6 +93,11 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<include
android:id="@+id/search_link_arrows"
layout="@layout/item_linkmaker_small"
android:visibility="gone" />
<TextView <TextView
android:id="@+id/card_level" android:id="@+id/card_level"
android:layout_width="match_parent" android:layout_width="match_parent"
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
<dimen name="item_and_text_height">68dp</dimen> <dimen name="item_and_text_height">68dp</dimen>
<dimen name="button_width_small">40dp</dimen> <dimen name="button_width_small">40dp</dimen>
<dimen name="button_width">80dp</dimen> <dimen name="button_width">80dp</dimen>
<dimen name="card_small_width">66dp</dimen> <dimen name="card_small_width">70dp</dimen>
<dimen name="card_small_height">90dp</dimen> <dimen name="card_small_height">102dp</dimen>
<dimen name="card_width_middle">118dp</dimen> <dimen name="card_width_middle">118dp</dimen>
<dimen name="card_height_middle">169dp</dimen> <dimen name="card_height_middle">169dp</dimen>
<dimen name="card_width">177dp</dimen> <dimen name="card_width">177dp</dimen>
......
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