1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-03 14:55:11 -04:00

Added isRetweet status to database and saved tweets now display

properly.
Added comments to the head of all files.
This commit is contained in:
tokugawa
2014-04-14 21:38:50 -04:00
parent 3b567ff0d4
commit f5cfe5ab25
18 changed files with 146 additions and 20 deletions

View File

@ -34,22 +34,13 @@
android:padding="5dp"
android:text="TextView" />
<ImageButton
android:id="@+id/ibtnSaveTweet"
<ImageView
android:id="@+id/imgIsRetweet"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_alignParentRight="true"
android:layout_below="@+id/txtTweetText"
android:padding="5dp"
android:visibility="invisible" />
<ImageView
android:id="@+id/imgIsRetweet"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_alignTop="@+id/ibtnSaveTweet"
android:layout_toLeftOf="@+id/ibtnSaveTweet"
android:padding="5dp"
android:src="@drawable/not_retweeted" />
</RelativeLayout>