1
0
mirror of https://github.com/sismics/docs.git synced 2026-01-17 10:49:30 +00:00

Android: use GET /tag/list instead of /tag/stats

This commit is contained in:
jendib
2016-05-11 00:55:27 +02:00
parent e181b7d24b
commit a13174ac4d
4 changed files with 8 additions and 24 deletions

View File

@@ -28,17 +28,5 @@
android:textColor="#212121"
android:text="Appartement"
android:textSize="14sp"/>
<TextView
android:id="@+id/tagCountTextView"
android:layout_centerVertical="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="sans-serif"
android:textColor="#888"
android:text="5"
android:textSize="14sp"/>
</RelativeLayout>