Updated splash screen to use viggy
This commit is contained in:
parent
8418977ccf
commit
103a69e231
2 changed files with 23 additions and 1 deletions
BIN
app/src/main/res/drawable/viggy.gif
Normal file
BIN
app/src/main/res/drawable/viggy.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
|
@ -6,13 +6,35 @@
|
||||||
tools:context=".MainActivity">
|
tools:context=".MainActivity">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
android:id="@+id/loading_screen"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical"></LinearLayout>
|
android:gravity="center"
|
||||||
|
android:orientation="vertical">
|
||||||
|
|
||||||
|
<pl.droidsonroids.gif.GifImageView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="232dp"
|
||||||
|
android:scaleX="1"
|
||||||
|
android:scaleY="1"
|
||||||
|
android:src="@drawable/viggy" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="center"
|
||||||
|
android:layout_marginTop="20dp"
|
||||||
|
android:text="Loading Vendroid..."
|
||||||
|
android:textAppearance="@android:style/TextAppearance.Material.Display1"
|
||||||
|
android:textColor="?android:attr/colorForeground"
|
||||||
|
android:textSize="24sp" />
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<WebView
|
<WebView
|
||||||
android:id="@+id/webview"
|
android:id="@+id/webview"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:visibility="invisible" />
|
android:visibility="invisible" />
|
||||||
|
|
||||||
</android.widget.RelativeLayout>
|
</android.widget.RelativeLayout>
|
Loading…
Reference in a new issue