add:新增小时榜功能
fix:调整外部类调用热度textView问题
This commit is contained in:
@@ -15,13 +15,14 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="2dp"
|
||||
android:scrollHorizontally="true"
|
||||
android:ellipsize="marquee"
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
android:marqueeRepeatLimit="marquee_forever"
|
||||
android:scrollHorizontally="true"
|
||||
android:singleLine="true"
|
||||
android:text="0"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:focusable="true"
|
||||
android:ellipsize="marquee"
|
||||
android:textSize="10sp" />
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user