mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
Fix import order
This commit is contained in:
parent
276788bc50
commit
f16058422d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,8 +15,8 @@
|
|||
*/
|
||||
package com.google.android.exoplayer2.text;
|
||||
|
||||
import android.graphics.Color;
|
||||
import android.graphics.Bitmap;
|
||||
import android.graphics.Color;
|
||||
import android.support.annotation.IntDef;
|
||||
import android.text.Layout.Alignment;
|
||||
import java.lang.annotation.Retention;
|
||||
|
|
|
|||
Loading…
Reference in a new issue