Created a drawable arrow (xml vector file).
Created simple animation
This commit is contained in:
parent
0243c68ae3
commit
02959b12a3
@ -5,4 +5,5 @@
|
|||||||
android:toXDelta="50"
|
android:toXDelta="50"
|
||||||
android:duration="1000"
|
android:duration="1000"
|
||||||
android:repeatCount="2"/>
|
android:repeatCount="2"/>
|
||||||
|
|
||||||
</set>
|
</set>
|
@ -12,6 +12,7 @@
|
|||||||
tools:context="com.gabriel.buddhism.MainActivity"
|
tools:context="com.gabriel.buddhism.MainActivity"
|
||||||
tools:showIn="@layout/app_bar_main"
|
tools:showIn="@layout/app_bar_main"
|
||||||
android:id="@+id/main_parent">
|
android:id="@+id/main_parent">
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/main"
|
android:id="@+id/main"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user