Placeholder images for the feedback banner

pull/14/head
Sam Bosley 12 years ago
parent 95ecbe83eb
commit 7f74a5ce75

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

@ -18,22 +18,22 @@
android:layout_weight="1"
android:text="@string/feedback_banner_text"/>
<TextView
<ImageView
android:id="@+id/positiveFeedback"
android:layout_width="25dip"
android:layout_height="25dip"
android:gravity="center"
android:scaleType="fitCenter"
android:layout_marginRight="10dip"
android:background="#ff0000"
android:text="+"/>
android:src="@drawable/icn_thumbsup"/>
<TextView
<ImageView
android:id="@+id/negativeFeedback"
android:layout_width="25dip"
android:layout_height="25dip"
android:gravity="center"
android:scaleType="fitCenter"
android:layout_marginRight="10dip"
android:background="#00ff00"
android:text="-"/>
android:src="@drawable/icn_thumbsdown"/>
</LinearLayout>
Loading…
Cancel
Save