Placeholder images for the feedback banner

pull/14/head
Sam Bosley 13 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:layout_weight="1"
android:text="@string/feedback_banner_text"/> android:text="@string/feedback_banner_text"/>
<TextView <ImageView
android:id="@+id/positiveFeedback" android:id="@+id/positiveFeedback"
android:layout_width="25dip" android:layout_width="25dip"
android:layout_height="25dip" android:layout_height="25dip"
android:gravity="center" android:gravity="center"
android:scaleType="fitCenter"
android:layout_marginRight="10dip" android:layout_marginRight="10dip"
android:background="#ff0000" android:src="@drawable/icn_thumbsup"/>
android:text="+"/>
<TextView <ImageView
android:id="@+id/negativeFeedback" android:id="@+id/negativeFeedback"
android:layout_width="25dip" android:layout_width="25dip"
android:layout_height="25dip" android:layout_height="25dip"
android:gravity="center" android:gravity="center"
android:scaleType="fitCenter"
android:layout_marginRight="10dip" android:layout_marginRight="10dip"
android:background="#00ff00" android:src="@drawable/icn_thumbsdown"/>
android:text="-"/>
</LinearLayout> </LinearLayout>
Loading…
Cancel
Save