зеркало из https://github.com/mozilla/gecko-dev.git
Bug 721354 - Move view attributes to layout file (r=blassey)
This commit is contained in:
Родитель
8d38d630e3
Коммит
4a103a5a37
|
@ -113,8 +113,6 @@ public class AboutHomeContent extends ScrollView {
|
|||
|
||||
public AboutHomeContent(Context context) {
|
||||
super(context);
|
||||
setScrollContainer(true);
|
||||
setBackgroundResource(R.drawable.abouthome_bg_repeat);
|
||||
mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:isScrollContainer="false"
|
||||
android:background="@drawable/abouthome_bg_repeat">
|
||||
|
||||
<LinearLayout android:layout_width="fill_parent"
|
||||
android:orientation="vertical"
|
||||
|
|
Загрузка…
Ссылка в новой задаче