部分Bug修复
This commit is contained in:
@@ -73,12 +73,5 @@
|
||||
android:text="额外信息"
|
||||
android:layout_marginTop="16dp" />
|
||||
|
||||
<!-- 添加到计划按钮 -->
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/add_to_plan_button"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="添加到计划"
|
||||
android:layout_marginTop="16dp" />
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
@@ -10,6 +10,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Song Title"
|
||||
android:textColor="@color/textcolorPrimary"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold"
|
||||
android:ellipsize="end"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16sp"
|
||||
android:textColor="@color/textcolorPrimary"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user