Start replacing AsyncTask with Executor in ParsePost.

This commit is contained in:
Alex Ning
2021-06-23 19:20:37 +08:00
parent 866db8c681
commit 260bd45433
7 changed files with 167 additions and 67 deletions

View File

@@ -86,7 +86,7 @@
<com.google.android.exoplayer2.ui.DefaultTimeBar
android:id="@id/exo_progress"
android:layout_width="wrap_content"
android:layout_height="26dp"
android:layout_height="24dp"
app:bar_height="2dp" />
</LinearLayout>