搜索我試着研究這個了很多天。我真的不知道如何開始做一個非常類似於下面的風格。我知道它包含一個按鈕和一個edittext。但是,我不知道如何開始。有人有類似風格的酒吧的示例代碼? 如何做一個酒吧,一個類似的風格在android系統
2
A
回答
4
Android的搜索欄是本機和自定義元素的混合。
框架/鹼/核心/ RES/RES /佈局:
通過搜索欄使用的佈局可以在機器人的源代碼在這個路徑(2.1版本,我可以我的硬盤驅動器上)中找到/search_bar.xml
可以發現以下佈局的細節:
<view
xmlns:android="http://schemas.android.com/apk/res/android"
class="android.app.SearchDialog$SearchBar"
android:id="@+id/search_bar"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:focusable="true"
android:descendantFocusability="afterDescendants">
<!-- Outer layout defines the entire search bar at the top of the screen -->
<LinearLayout
android:id="@+id/search_plate"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingLeft="12dip"
android:paddingRight="12dip"
android:paddingTop="7dip"
android:paddingBottom="16dip"
android:background="@drawable/search_plate_global" >
<!-- This is actually used for the badge icon *or* the badge label (or neither) -->
<TextView
android:id="@+id/search_badge"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="2dip"
android:drawablePadding="0dip"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorPrimaryInverse" />
<!-- Inner layout contains the app icon, button(s) and EditText -->
<LinearLayout
android:id="@+id/search_edit_frame"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<ImageView
android:id="@+id/search_app_icon"
android:layout_height="36dip"
android:layout_width="36dip"
android:layout_marginRight="7dip"
android:layout_gravity="center_vertical"
/>
<view class="android.app.SearchDialog$SearchAutoComplete"
android:id="@+id/search_src_text"
android:background="@drawable/textfield_search"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1.0"
android:paddingLeft="8dip"
android:paddingRight="6dip"
android:drawablePadding="2dip"
android:singleLine="true"
android:ellipsize="end"
android:inputType="text|textAutoComplete"
android:dropDownWidth="fill_parent"
android:dropDownHeight="fill_parent"
android:dropDownAnchor="@id/search_plate"
android:dropDownVerticalOffset="-9dip"
android:popupBackground="@android:drawable/search_dropdown_background"
/>
<!-- This button can switch between text and icon "modes" -->
<Button
android:id="@+id/search_go_btn"
android:background="@drawable/btn_search_dialog"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
/>
<ImageButton
android:id="@+id/search_voice_btn"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginLeft="8dip"
android:background="@drawable/btn_search_dialog_voice"
android:src="@android:drawable/ic_btn_speak_now"
/>
</LinearLayout>
</LinearLayout>
</view>
所有可繪製和樣式也都在源代碼。
爲了讓同樣的事情,你必須將不同的元素在自己的項目複製。
您可能還來看看不同類別:
- SearchDialog.SearchBar
- SearchDialog.SearchAutoComplete
1
我從你的問題假設你想放的EditText和Button與Google搜索一樣,並不完全是谷歌搜索實施。在android Activity的主LinearLayout中使用以下片段。
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<EditText
android:id="@+id/editText1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="2" />
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button" />
</LinearLayout>
如果你不是指我的感受,請告訴我。
Regards
相關問題
- 1. 一個厚的fci酒吧風格
- 2. 風格的Android ActionMode酒吧
- 3. Telerik RadCartesianChart酒吧系列風格
- 4. 如何設置酒吧風格的JFreeChart
- 5. 酒吧和ggplot2中的一個陰謀堆積的酒吧
- 6. 創建類似於windows中的酒吧的「聲音酒吧」mediaplayer
- 7. Highcharts:酒吧內的一個堆積酒吧
- 8. 更新android酒吧酒吧
- 9. 如何做一個@GET在RXJava在android系統
- 10. 如何創建一個Facebook風格的「喜歡」系統?
- 11. 如何正確使用類似系統的Twitter風格按鈕
- 12. 做一個獲取請求通過一個酒吧作爲參數在url
- 13. Android的隱藏系統酒吧的Android 3.1
- 14. 如何創建一個類似風格的按鈕裏面
- 15. 一個酒吧堆積的barplot
- 16. 如何創建一個類似CgFx的效果系統?
- 17. JS:iPhone地址簿風格粘AZ酒吧
- 18. 風格化A <Select>酒吧
- 19. 如何在pygame中實現一個增長的酒吧?
- 20. matlab酒吧情節:標籤3酒吧每個只有一個值
- 21. 重定向子域酒吧一個
- 22. 使一個酒吧滑到iPhone屏幕
- 23. 使一個UISearch酒吧iOS中
- 24. 如何構建一個android系統
- 25. 如何在導航欄上放置一個酒吧按鈕
- 26. 如何在UItableview中凍結一個酒吧
- 27. Android如何創建一個可填充的酒吧/米,並填寫它在Java?
- 28. Zedgraph,多個酒吧
- 29. 未知酒吧中的每一個Win CE表格
- 30. Matplotlib酒吧繪製寬度只改變最後一個酒吧的寬度
OT:您截取了截屏工具。大聲笑! :) – Mangusto
大聲笑>可能是我習慣使用油漆做屏幕截圖大聲笑 – ericlee