删除评论
This commit is contained in:
parent
001f8bcf20
commit
cc93199516
|
|
@ -62,7 +62,7 @@ import java.util.List;
|
||||||
*/
|
*/
|
||||||
public class LookFishListFragment extends BaseV4Fragment{
|
public class LookFishListFragment extends BaseV4Fragment{
|
||||||
private View v;
|
private View v;
|
||||||
private static final String[] CONTENT = new String[] { "最新", "人气", "推荐" };
|
private static final String[] CONTENT = new String[] { "最新", "人气", "其他" };
|
||||||
private List<BaseV4Fragment> fragmentList=new ArrayList<BaseV4Fragment>();
|
private List<BaseV4Fragment> fragmentList=new ArrayList<BaseV4Fragment>();
|
||||||
private TextView title_text;
|
private TextView title_text;
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,7 @@
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="16dp"
|
android:layout_width="16dp"
|
||||||
android:layout_height="16dp"
|
android:layout_height="16dp"
|
||||||
|
android:visibility="gone"
|
||||||
android:src="@drawable/ic_info_comment" />
|
android:src="@drawable/ic_info_comment" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|
@ -77,6 +78,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="7dp"
|
android:layout_marginLeft="7dp"
|
||||||
android:text="0"
|
android:text="0"
|
||||||
|
android:visibility="gone"
|
||||||
android:textColor="@color/shoplist_text_item"
|
android:textColor="@color/shoplist_text_item"
|
||||||
android:textSize="14sp" />
|
android:textSize="14sp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue