mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 17:02:21 -05:00
Added ConversationSwitcher to ConversationActivity Layout
This commit is contained in:
parent
993f861b29
commit
0a99c20a31
@ -43,6 +43,10 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
android:textSize="14px"
|
android:textSize="14px"
|
||||||
android:layout_weight="1" />
|
android:layout_weight="1" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
<org.yaaic.view.ConversationSwitcher
|
||||||
|
android:id="@+id/dots"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="wrap_content" />
|
||||||
<ViewSwitcher
|
<ViewSwitcher
|
||||||
android:id="@+id/switcher"
|
android:id="@+id/switcher"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
|
Loading…
Reference in New Issue
Block a user