Commit 02a02ec0 by Paktalin

changing backgrounds

parent 69090d28
...@@ -16,6 +16,8 @@ public class WineAdapter extends BaseAdapter { ...@@ -16,6 +16,8 @@ public class WineAdapter extends BaseAdapter {
WineAdapter(Context context) { WineAdapter(Context context) {
inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
} }
@Override @Override
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" android:layout_alignParentStart="true"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:textColorHint="@color/transparent_white"
android:orientation="vertical"> android:orientation="vertical">
<ImageView <ImageView
...@@ -51,6 +52,7 @@ ...@@ -51,6 +52,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/image_logo" android:layout_below="@+id/image_logo"
android:textColor="@color/transparent_white" android:textColor="@color/transparent_white"
android:textColorHint="@color/transparent_white"
android:layout_marginTop="12dp"> android:layout_marginTop="12dp">
<AutoCompleteTextView <AutoCompleteTextView
...@@ -76,6 +78,7 @@ ...@@ -76,6 +78,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/email_layout" android:layout_below="@+id/email_layout"
android:textColor="@color/transparent_white" android:textColor="@color/transparent_white"
android:textColorHint="@color/transparent_white"
android:layout_marginEnd="30dp" android:layout_marginEnd="30dp"
android:layout_marginLeft="30dp" android:layout_marginLeft="30dp"
android:layout_marginRight="30dp" android:layout_marginRight="30dp"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
app:layout_behavior="@string/appbar_scrolling_view_behavior" app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context="com.example.paktalin.lavina.MainActivity" tools:context="com.example.paktalin.lavina.MainActivity"
tools:showIn="@layout/app_bar_main" tools:showIn="@layout/app_bar_main"
android:background="@drawable/background1"> android:background="@drawable/red_background">
<LinearLayout <LinearLayout
android:id="@+id/tabs" android:id="@+id/tabs"
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:text="All" android:text="All"
android:background="@color/transparent_red" android:background="@color/transparent_black"
android:textColor="@android:color/white"/> android:textColor="@android:color/white"/>
<Button <Button
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
<ListView <ListView
android:id="@+id/list_view" android:id="@+id/list_view"
android:background="@android:color/white"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/tabs"> android:layout_below="@+id/tabs">
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="@dimen/nav_header_height" android:layout_height="@dimen/nav_header_height"
android:background="@color/colorPrimary" android:background="@drawable/red_background_cut"
android:padding="30dp" android:padding="30dp"
android:theme="@style/ThemeOverlay.AppCompat.Dark"> android:theme="@style/ThemeOverlay.AppCompat.Dark">
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
android:layout_height="100dp" android:layout_height="100dp"
android:padding="10dp"> android:padding="10dp">
<RelativeLayout <RelativeLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment