android-xml

    3熱度

    2回答

    如何創建具有完美的弧形底部使用XML這樣的機器人繪製: 我已經試過這種XML,但結果卻並不完美 <?xml version="1.0" encoding="UTF-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#5f9c63"/> <

    -2熱度

    3回答

    我想在中心製作標誌,但是它被設置爲不在大屏幕分辨率設備的中心&。 下面是我的個XML activity_app_base.xml <?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/

    0熱度

    1回答

    我正在做一個很酷的佈局是這樣的: 對於此,我採用了Android視差庫從Github。 該庫從xml本身創建所有視圖(如圖所示)。 但我想創建自己的recyclerview,創建adpaters,模型類並用cardview顯示它們。 我嘗試過使用cardview和recyclerview。 問題: 當我把RecyclerView的高度match_parent(機器人:layout_height =

    1熱度

    3回答

    我想根據用戶的屏幕設備大小動態調整我的圖像按鈕大小。 我已經知道LinearLayout,並對每個圖像按鈕加權。 但後來我的設計是有點不同 這裏是我的設計: https://ibb.co/cudSCa *有這個動畫中,中間的按鈕將淡入然後其他按鈕將在中間按鈕問世 * 下面是XML代碼: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout

    0熱度

    4回答

    我有兩個活動。 LoginActivity 主屏幕 我也有一個閃屏與本設定: <activity android:name=".SplashScreen" android:theme="@style/AppTheme.NoActionBar" android:noHistory="true"> <intent-filter> <action

    0熱度

    1回答

    我想對齊Sachin Textview with Tendulkar Textview。 截圖: 設計時間我得到正確對齊。但它在應用程序中失敗。 XML: <TextView android:id="@+id/tvFirstName" style="@style/MediumBlack" android:layout_width="wrap_content"

    0熱度

    1回答

    我有一個非常簡單的動畫:imageview必須一直向上然後向下。起初,我試着用XML: <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" android:fillAfter="true"> <set android:interpolato

    0熱度

    1回答

    我有一個有動畫的imageview。但是,當圖像移動時,它會落後於其佈局,如您在此圖像中看到的: 我希望此圖像視圖位於佈局前面。我嘗試了yourView.bringToFront();,但以這種方式,imageview在其他視圖之前,而不是佈局。 這裏是XML: <LinearLayout android:id="@+id/layoutComponentiNemico"

    2熱度

    6回答

    畫分離我要設計出象下面這樣: 我設計的方法 - 用相對佈局根單列,比查看作爲分隔符。但運行它沒有顯示分隔符。 請幫助我一些方法,如何設計它。 代碼: <android.support.v7.widget.CardView android:layout_width="match_parent" android:layout_height="wrap_content" xmlns:

    0熱度

    1回答

    我的目標是設置rtl支持推送通知。我的通知切換文本方向,但不是佈局的位置。例如圖標總是在左邊,標題在右邊而文字在左邊。我的猜測是所有的東西都應該放在左邊或右邊。我試圖創建自定義的XML,但問題是我無法在遠程視圖上設置layoutDirection。代碼中使用: 標準通知: mNotification = new NotificationCompat.Builder(context) .s