androidedittext邊框
Ⅰ android中為什麼不顯示EditText邊框
不會吧。是別人設置了邊框寬度、內部間距的吧。
看看我做的透明、圓角按鈕。
1. 先在res/drawable中定義一個shape.xml文件,具體的顏色你可以自己調
<?xmlversion="1.0"encoding="UTF-8"?>
<shapexmlns:android="
android:shape="rectangle">
<!--填充的顏色:這里設置背景透明-->
<solidandroid:color="@android:color/transparent"/>
<!--邊框的顏色:不能和窗口背景色一樣-->
<stroke
android:width="3dp"
android:color="#ffffff"/>
<!--設置按鈕的四個角為弧形-->
<!--android:radius弧形的半徑-->
<cornersandroid:radius="5dip"/>
<!--padding:Button裡面的文字與Button邊界的間隔-->
<padding
android:bottom="10dp"
android:left="10dp"
android:right="10dp"
android:top="10dp"/>
</shape>
------------------------------------------------------------------------
2. 在你的Activity的xml(比如activity_main.xml)中定義按鈕
<Button
android:id="@+id/roundButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/shape"
android:text="圓角按鈕"/>
用上這句就OK啦:btn.setBackgroundResource(R.drawable.shape);
具體代碼如下(不清楚你的布局是動態創建,還是使用已有的)
setContentView(R.layout.main);
//獲取Activity的布局:注意你必須在main.xml中給LinearLayout設置id,比如:android:id="@+id/layout_main"
LinearLayout layout = (LinearLayout)
java">findViewById(R.id.layout_main);
//如果你的Layout也是動態創建的,那麼創建布局LinearLayoutlayout=newLinearLayout(this);當然還要創建布局參數,最後addContentView
LinearLayout.LayoutParamsparams=newLinearLayout.LayoutParams(
LayoutParams.WRAP_CONTENT,LayoutParams.WRAP_CONTENT);
//---createabutton---
Buttonbtn=newButton(this);
btn.setText("圓角透明");
btn.setBackgroundResource(R.drawable.shape);
btn.setLayoutParams(params);
//---addsthebutton---
layout.addView(btn);
Ⅱ Android studio創建一個靠下的文本框
建立代碼創建。
1.首先建立好兩個activity,取名分別為activity_main和activity_display_message
2.在在第一個activity的布局文件(content_main.xml)中創建一個編輯框(EditText)和一個按鈕(Button),並在按鈕中設置觸發事件sendMessage
3.在MainActivity.java下聲明一個sendMessage方法
4.在我們創建的第二個Activity的布局文件(activity_display_message.xml)下創建一個文本框(TextView)並設置id
5.打開DisplayMessageActivity.java在onCreat方法中添加代碼
這樣就實現了一個簡單的、線性布局下的編輯框向文本框傳輸數據的簡單功能。
Ⅲ android開發怎麼弄成,點擊圖標後彈出一個消息框。主界面不顯示
android開發怎麼弄成,點擊圖標後彈出一個消息框。主界面不顯示
這里報錯是代碼寫法有誤,建議一行一行代碼的寫。
具體實現代碼:
1.創建對象框
AlertDialog.Builder builder = new Builder(context);
builder.setTitle("請輸入"); 設置對話框標題
builder.setIcon(android.R.drawable.btn_star); 設置對話框標題前的圖標
2.創建EditText輸入框
final EditText edit = new EditText(context);
3.將輸入框賦值給Dialog,並增加確定取消按鍵
builder.setView(edit);
builder.setPositiveButton("確認", new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
Toast.makeText(context, "你輸入的是: " + edit.getText().toString(), Toast.LENGTH_SHORT).show();
}
});
builder.setNegativeButton("取消", new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
Toast.makeText(context, "你點了取消", Toast.LENGTH_SHORT).show();
}
});
4.設置常用api,並show彈出
builder.setCancelable(true); 設置按鈕是否可以按返回鍵取消,false則不可以取消
AlertDialog dialog = builder.create(); 創建對話框
dialog.setCanceledOnTouchOutside(true); 設置彈出框失去焦點是否隱藏,即點擊屏蔽其它地方是否隱藏
dialog.show();
Android 彈出一個對話框 框裡面有個EditText 點擊這個EditText的時候 不顯示輸入法?
長按菜單鍵會不會出來?枝差估計是連攜的問題。或者嘗試下載新的輸入法,要麼就把自帶輸入法進行data刪除,也就是初始化一下
怎樣實現點擊一個按鈕彈出一個item-Android開發問答
我不知道你指的不全屏是什麼意思。。但是直接用Intent切換到一個新Activity時,頁面就是從右至左滑入的······那它就是這樣寫的:
Activity1.java:
......
在按鈕的OnClickListener中,重寫OnClick()方法
...
Intent i=new Intent(Activity1.this,Activity2.class);
Activity1.this.satartActivity(i);
...
......
js編寫一個網頁,在網頁上顯示一個日橘搭檔歷,當月的,點擊今天能彈出一個消息框。
可以在js代碼網站進行相應的下載,然後直接放到你的網頁中就可以!一般的這種我都是在相關的網站上進行相應的下載
C# 我想先做一個界面,然後點擊確定能彈出一個彈框讓我界面的信息全部顯示在彈框上
在formload里加上
if (MessageBox.Show("", "", MessageBoxButtons.OKCancel) != DialogResult.OK) Application.Exit();
手機是主界面圓亂 然後突然彈出一個提示框 是我的qq好友 下面是發消息和qq
是指在鎖屏時出現的嗎,那個是QQ上的鎖屏顯示消息功能,你在設置中找到消息通知,然後把這個關閉就好了
如何在flash中在單擊按鈕時彈出一個消息框
這需要在按鈕屬性-時間軸上設置,可以加上觸發事件如:文字、圖片、動畫、聲音、鏈接。。我可以幫你
qq登錄了,點擊空間和校友圖標,和彈出的新聞消息框,不能彈出界面,是瀏覽器的問題么?
應該不是QQ的問題,你用的是什麼瀏覽器,我用的是360,很好用的,下載好之後,你進去設置一下,把360瀏覽器設置為默認瀏覽器,應該就好了。希望我的回答能讓你滿意。
flex 彈出一個對話框,主界面就不可操作
你這彈出的是模式對話框吧,如果是非模式的就能操作主界面了。
使用PopUpManager的addPopUp () 方法
public static function addPopUp(window:IFlexDisplayObject, parent:DisplayObject, modal:Boolean = false, childList:String = null):void
modal指定為true是模式的,false是非模式的。
例子:
var = new TitleWindow();
.title = "My Title";
mx.managers.PopUpManager.addPopUp(, pnl, false);
帝國時代4點擊圖標為什麼彈出一個框
沒有帝國時代4
Ⅳ android開發,EditText,為什麼我用的時候它就只是一條線那樣的輸入框呢
沒見一個回答正確的。為什麼看以前的視頻和教材發現 最基本的輸入框是個方形?自己測試結果是個直線?這TM學IT也要掌握點基礎文化和基礎知識啊!
這是因為谷歌公司的交互界面在變化!以前安卓1.0到4.0之前,默認的輸入框是個和網頁輸入框一樣的方形,就是有四個邊框的長框形。然後,可能NC谷歌覺得這個完全不夠自己的逼格(或者說不能體現自己公司的牛逼-貶義),就調整了自己的設計風格。
安卓4.0及以後,默認的輸入框就是一條直線,然後下拉框類似,Switch開關按鈕也非要裝B的變一變,和iOS風格好有個區別。
所以,你現在用安卓4.0以上的版本做安卓開發,它顯示成直線那它給用戶用起來就是直線,因為它本來就被谷歌公司設計成了直線。你再去看網上那些幾年前老掉牙的視頻和圖片,人家自然是方框了。不要在意這些細節,少年!
另外,學IT記得把基礎知識和一些谷歌、微軟、蘋果和重要產品如安卓、iOS的東西多了解了解,省的遇到這種說是問題也不是問題的常識問題!
Ⅳ android 如何去掉edittext上邊框
將edittext的style設置成?android:attr/textViewStyle 取消掉默認的樣式,在設置background為@null接下來就是一個空空的edittext了(比如http://www.tiecou.com/)
, 在兩個edittext中間加一個view,設置background為灰色,寬度match_parent,高度2dip看看。
RelativeLayout xmlns:android="
xmlns:tools="
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/darker_gray" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:background="@android:color/white"
android:orientation="vertical" >
<EditText
style="?android:attr/textViewStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
android:hint="輸入用戶名"
android:paddingBottom="5dip"
android:paddingTop="5dip" />
<View
android:layout_width="match_parent"
android:layout_height="1dip"
android:background="@android:color/darker_gray" />
<EditText
style="?android:attr/textViewStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
android:hint="輸入密碼"
android:inputType="textPassword"
android:paddingBottom="5dip"
android:paddingTop="5dip" />
</LinearLayout>
</RelativeLayout>
Ⅵ android 如何去掉edittext邊框
將edittext的style設置成?android:attr/textViewStyle取消掉默認的樣式,在設置background為@null接下來就是一個空空的edittext了(比如http://www.tiecou.com/)
,在兩個edittext中間加一個view,設置background為灰色,寬度match_parent,高度2dip看看。
RelativeLayoutxmlns:android="
xmlns:tools="
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/darker_gray">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:background="@android:color/white"
android:orientation="vertical">
<EditText
style="?android:attr/textViewStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
android:hint="輸入用戶名"
android:paddingBottom="5dip"
android:paddingTop="5dip"/>
<View
android:layout_width="match_parent"
android:layout_height="1dip"
android:background="@android:color/darker_gray"/>
<EditText
style="?android:attr/textViewStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
android:hint="輸入密碼"
android:inputType="textPassword"
android:paddingBottom="5dip"
android:paddingTop="5dip"/>
</LinearLayout>
</RelativeLayout>