Commit d1cf10a2 by 段启岩

图片浏览器优化

parent 8306f07b
......@@ -23,22 +23,19 @@
android:id="@+id/txt_current_index"
android:text="1"
android:textSize="24dp"
android:typeface="serif"
android:textColor="@color/colorWhite"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
android:text="/"
android:textColor="#f2f2f2"
android:typeface="serif"
android:textColor="#eeeeee"
android:textSize="16dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
android:id="@+id/txt_img_count"
android:text="9"
android:typeface="serif"
android:textColor="#f2f2f2"
android:textColor="#eeeeee"
android:textSize="14dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
......
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