android-xml

    0熱度

    2回答

    我有一個包含應用程序「TypeYourName」的項目「Abc12」。 另外我還有另一個項目「Xyz12」,它包含一個像「MySoftKeyboard」這樣的服務,它不是一個庫類型的項目。 我想聯營項目「Xyz12」項目「ABC12」,所以當用戶下載應用程序「TypeYourName」,應用「MySoftKeyboard」也下載了它。 任何想法如果可能怎麼辦?

    0熱度

    1回答

    我有一種在父元素內的特定元素上的wrap_content的方法嗎?舉例來說,我有類似如下的佈局: <RelativeLayout width:match height:wrap> <ImageView width:match height:wrap scale:fitXY /> <LinearLayout width:wrap height:wrap> </RelativeL

    0熱度

    1回答

    我使用layoutopt來增強佈局並識別其中的低效率。我收到以下消息, F:\Trunk\AndroidApp\Pixecon\res\layout-land\take_photo.xml 182:215 This RelativeLayout layout or its RelativeLayout parent is possibly useless 佈局文件take_photo.xm升

    0熱度

    1回答

    我有下面的XML文件: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/linearLayout1" android:background="@android:colo

    21熱度

    1回答

    什麼是設計一個Android應用程序 以下的更好的方法來把所有的字符串常量res/values/Strings.xml 或 創建像Constant.java類,所有的字符串是public static final ? 選擇哪一個更有效?

    0熱度

    2回答

    在我的應用程序正在使用此代碼創建圓角的邊框中的錯誤: <?xml version="1.0" encoding="UTF-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <stroke android:width="1dip" android

    11熱度

    3回答

    我目前正在編寫一個android應用程序。在那裏我被xml-layout卡住了。 是否可以使用類中定義的變量(常量)爲xml-tag賦值? 我有一個名爲Constants.java的類,用於我所有的程序常量。我這樣做是爲了更好的可維護性。 現在我想使用這些常數之一,例如VAL如下面定義的那樣用作UI用戶的值。 public class Constants { public static fina

    0熱度

    2回答

    我希望我得到這個時間回答我的問題有相同ID的膨脹多次TextViews或任何其他視圖之間的區別,我已經張貼在這個問題,但我想人所忽視它,因爲它沒有把正確的,這裏是我剛纔的問題How do I know the ID's of views if I am inflating a view multiple times in the same parent on button click? 我膨脹ch

    0熱度

    2回答

    在ImageView的我已經設置了圓角的邊框爲象下面這樣: <ImageView android:id="@+id/twsbiLogoButton" android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_g

    1熱度

    3回答

    我有點困惑與Android佈局文件播放arround。 我wan't獲得的是: http://img857.imageshack.us/img857/5939/examplen.jpg 記住的ListView面積爲滾動的,但TextView的應該是始終顯示在屏幕上,無論多麼長的名單。 我試了幾種方法,最後是這樣的: <LinearLayout> <LinearLayout>