mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Reordering views for consistency in transformer demo app
PiperOrigin-RevId: 489216085
This commit is contained in:
parent
8cec71b3e8
commit
dd9741399b
1 changed files with 2 additions and 2 deletions
|
|
@ -189,10 +189,10 @@ public final class TransformerActivity extends AppCompatActivity {
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new IllegalStateException(e);
|
throw new IllegalStateException(e);
|
||||||
}
|
}
|
||||||
informationTextView.setText(R.string.transformation_started);
|
|
||||||
progressViewGroup.setVisibility(View.VISIBLE);
|
|
||||||
inputCardView.setVisibility(View.GONE);
|
inputCardView.setVisibility(View.GONE);
|
||||||
outputPlayerView.setVisibility(View.GONE);
|
outputPlayerView.setVisibility(View.GONE);
|
||||||
|
informationTextView.setText(R.string.transformation_started);
|
||||||
|
progressViewGroup.setVisibility(View.VISIBLE);
|
||||||
Handler mainHandler = new Handler(getMainLooper());
|
Handler mainHandler = new Handler(getMainLooper());
|
||||||
ProgressHolder progressHolder = new ProgressHolder();
|
ProgressHolder progressHolder = new ProgressHolder();
|
||||||
mainHandler.post(
|
mainHandler.post(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue