رفتن به مطلب
  • 0

مشکل در طرحی ui


arastooms

سوال

سلام دوستان 
این ui اندروید استودیو برای من نا مفهومه !!!
هر چی طراحی میکنم در چهار چوب قاب نیست و خارج میشه و یا دیده نمیشه 
فیلم آموزشی و یا راهنمایی خوبی اگر هست لطفا معرفی بفرمایید ممنون میشم
با تشکر

لینک ارسال
به اشتراک گذاری در سایت های دیگر

8 پاسخ به این سوال تاکنون داده شده است

ارسال‌های توصیه شده

اول سپاس و تشکر از همه اساتید که راهنمایی فرمودند 
مشکل حل شد یه چیزایی دارم متوجه میشم از چیدمان ویو ها و نسبت های اونها

مشکل اصلی الان این هست که در دیزاینر که نیاز دارم ویو ها رو ببینم به من نشون نمیده 
برای مثال همین عکسی که قرار میدم از نومنه راهنمایی شهاب عزیز 
در قسمت های زیری " اسکرول ویو" چند ردیف هست که نیاز دارم بهش عکس و مشخصات بدم و در اون ردیف ویو ها رو بچینم 
روی گزینه سمت راسک که کلیک میکنم فقط کادرش رو به من نشون میده ؟؟؟؟
در عکس شماره 1 کلیک کردم 
در عکس شماره 2 رو نشون میده ؟؟

خوب اینطوری که نمیتونم ببینم چی کار کردم؟؟؟

اگر ممکنه راهنمایی بفرمایید که چه طور می تونم صفحه دیزاینر رو تغیر بدم که همه ویو ها دیده بشه و راحت طراحی کنم 
با تشکر
1111.png

لینک ارسال
به اشتراک گذاری در سایت های دیگر

سلام

اون بالا الان نوشته nexus s

بالای بالا از سمت چپ دومین قسمت

رو اون کلیک کن و سایز گوشیت رو تغییر بده

اگه مشکلت سایز گوشی هستش....

لینک ارسال
به اشتراک گذاری در سایت های دیگر

سلام

اون بالا الان نوشته nexus s

بالای بالا از سمت چپ دومین قسمت

رو اون کلیک کن و سایز گوشیت رو تغییر بده

اگه مشکلت سایز گوشی هستش....

نه مشکل سایز گوشی نیست !!

کلا نمیشه همه چی رو دید؟؟

این فقط تو چهار چوب گوشی نمایش میده ( اگر بخام با بیسیک مقایسه کنیم ) می تونستیم المنت های بیرون صفحه رو هم ببینیم و جا به جا کنیم ؟؟

الان همون مثال شما 

من هیچ جوری نمی بینم چی طراحی کردم 

و در پایان آیا میشه یه ابعاد خودم بدم فعلا خیلی بزرگ باشه بعد از طراحی برگردونم به حالت اول؟؟

واگر جواب مثبت هست راهنمایی بفرمایید ممنون میشم 

با تشکر و سپاس

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

باید xml نویسی بلد باشید یکمی و کداشو تغییر بدید ن اینکه فقط ویو هارو بچینید!

لینک ارسال
به اشتراک گذاری در سایت های دیگر

سلام سپاس از راهنمایی 
ولی سه روزی هست که درگیر این طراحی هستم 
اگر ممکنه دوستان کمک کنند فایل xml رو برای من همینجا قرار بدن ممنون میشم
در واقع این المانها رو می چینم تو صفحه ولی به هم میریزه و فیکس نست !!!
اندازه ها بزرگ و موچیک میشه و ....

با تشکر 
aaaaa.png

لینک ارسال
به اشتراک گذاری در سایت های دیگر

ارسطو جان اینو یه چک بکن

خودم توی ران تایم چک نکردم که اسکرولش کار میکنه یا نه

اما از نظر مکان و ... ردیفه به نظرم

:fekr:

 

arastoo_layout.rar

 

 

2016_02_18_2_22_38.png

لینک ارسال
به اشتراک گذاری در سایت های دیگر

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >
    
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content" >

        <Button
            android:id="@+id/button1"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:text="Button" />

    </LinearLayout>

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content" >

        <Button
            android:id="@+id/Button01"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:text="Button" />

        <Button
            android:id="@+id/Button02"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:text="Button" />

    </LinearLayout>

    <ScrollView
        android:id="@+id/scrollView1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" >

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="vertical" >

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content" >

                <Button
                    android:id="@+id/Buttonaaa"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Buttongg"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button03"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button04"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button05"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button06"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />
            </LinearLayout>

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content" >

                <Button
                    android:id="@+id/Button07"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button12"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button09"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button11"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button08"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button10"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />
            </LinearLayout>

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content" >

                <Button
                    android:id="@+id/Button16"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button22"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button19"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button21"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button18"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button20"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />
            </LinearLayout>

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content" >

                <Button
                    android:id="@+id/Button23"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button13"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button17"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button14"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button24"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button15"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />
            </LinearLayout>

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content" >

                <Button
                    android:id="@+id/Button29"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button25"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button30"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button28"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button27"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button26"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />
            </LinearLayout>

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content" >

                <Button
                    android:id="@+id/Button38"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button32"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button42"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button37"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button36"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button35"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />
            </LinearLayout>

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content" >

                <Button
                    android:id="@+id/Button41"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button34"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button33"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button40"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button39"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />

                <Button
                    android:id="@+id/Button31"
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="Button" />
            </LinearLayout>
        </LinearLayout>

    </ScrollView>

</LinearLayout>

Untitled.png

 

 

 

 

 

 

 

بنده دیر وقته کار نکردم مطمئن نیستم درسته یا نه

ولی مال شهاب عزیز اوکیه.اینم در کنارش ببین شاید از جفتشون نکات دیگه ای هم یاد بگیری.من بر اساس weight یوزر اینترفیس رو چیدم

.

لینک ارسال
به اشتراک گذاری در سایت های دیگر

سلام

اموزش که به نظرم این سایت جالبه

ریگان هم هست...

با اکلیپسه اما نسبتا شبیه هستش

http://learn.kashizadeh.com/%D8%AF%D8%B1%D8%B3/%D9%85%D9%82%D8%AF%D9%85%D9%87-%D8%A2%D8%B4%D9%86%D8%A7%DB%8C%DB%8C-%D8%A8%D8%A7-%D8%B1%D8%A7%D8%A8%D8%B7-%DA%A9%D8%A7%D8%B1%D8%A8%D8%B1%DB%8C/

 

 

یه کاری هم بکن

قسمت xml اون صفحه های که طراحی میکنی رو همین جا بذار ببینیم چشه...

لینک ارسال
به اشتراک گذاری در سایت های دیگر

بایگانی شده

این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.

  • کاربران آنلاین در این صفحه   0 کاربر

    • هیچ کاربر عضوی،در حال مشاهده این صفحه نیست.
×
×
  • اضافه کردن...