| Línea 101... |
Línea 101... |
| 101 |
android:layout_height="25dp"
|
101 |
android:layout_height="25dp"
|
| 102 |
android:background="@drawable/topics"
|
102 |
android:background="@drawable/topics"
|
| 103 |
android:backgroundTint="@color/black"
|
103 |
android:backgroundTint="@color/black"
|
| 104 |
android:fontFamily="@font/roboto"
|
104 |
android:fontFamily="@font/roboto"
|
| 105 |
android:textColor="@color/colorPrimary"
|
105 |
android:textColor="@color/colorPrimary"
|
| - |
|
106 |
android:visibility="gone"
|
| 106 |
app:layout_constraintBottom_toBottomOf="parent"
|
107 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 107 |
app:layout_constraintEnd_toEndOf="parent"
|
108 |
app:layout_constraintEnd_toEndOf="parent"
|
| 108 |
app:layout_constraintTop_toTopOf="parent"
|
109 |
app:layout_constraintTop_toTopOf="parent"
|
| 109 |
app:layout_constraintVertical_bias="0.16" />
|
110 |
app:layout_constraintVertical_bias="0.16" />
|
| 110 |
</androidx.constraintlayout.widget.ConstraintLayout>
|
111 |
</androidx.constraintlayout.widget.ConstraintLayout>
|