Social links
This commit is contained in:
@@ -262,31 +262,23 @@
|
||||
app:srcCompat="@drawable/ic_telegram" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/matrixButton"
|
||||
android:id="@+id/fakebookButton"
|
||||
android:layout_width="64dp"
|
||||
android:layout_height="64dp"
|
||||
android:layout_weight="1"
|
||||
android:scaleType="fitCenter"
|
||||
app:tint="#333333"
|
||||
app:srcCompat="@drawable/ic_matrix" />
|
||||
app:srcCompat="@drawable/ic_fakebook" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/mastodonButton"
|
||||
android:id="@+id/twatterButton"
|
||||
android:layout_width="64dp"
|
||||
android:layout_height="64dp"
|
||||
android:layout_weight="1"
|
||||
android:scaleType="fitCenter"
|
||||
app:tint="#333333"
|
||||
app:srcCompat="@drawable/ic_mastodon" />
|
||||
app:srcCompat="@drawable/ic_twatter" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/peertubeButton"
|
||||
android:layout_width="64dp"
|
||||
android:layout_height="64dp"
|
||||
android:layout_weight="1"
|
||||
android:scaleType="fitCenter"
|
||||
app:tint="#333333"
|
||||
app:srcCompat="@drawable/ic_peertube" />
|
||||
</LinearLayout>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Reference in New Issue
Block a user