View Full Version : حرکت افقی در اندروید
erfane.r
یک شنبه 24 شهریور 1392, 00:06 صبح
سلام دوستان.من یه عکس خیلی بزرگ دارم و نمی خوام سایزش رو کوچک کنم.می خوام حرکت افقی بهش بدم که قابل دیدن بشه.می شه لطفا راهنمایی کنید.
alireza_866
یک شنبه 24 شهریور 1392, 07:49 صبح
لایوت اصلی صفحهو از HorizontalScrollView تعریف بکون.
<HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/scrollView1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/main_pic" >
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:scrollbars="horizontal" >
</RelativeLayout>
</HorizontalScrollView>
vBulletin® v4.2.5, Copyright ©2000-1404, Jelsoft Enterprises Ltd.