Skip to content

farm_ 보유중인 농장 탭 화면 #41

Description

@deehyeon

‼️ 문제

image
에뮬레이터를 돌리면 아래 버튼이 보이지 않음

구현해야 하는 기능

지금까지 사용한 라이브러리 및 Class

문제의 Code

<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools">

        <androidx.constraintlayout.widget.ConstraintLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent">

            <androidx.recyclerview.widget.RecyclerView
                android:id="@+id/rv_tab2"
                android:layout_width="match_parent"
                android:layout_height="0dp"
                app:layout_constraintTop_toTopOf="parent"
                app:layout_constraintBottom_toBottomOf="parent"
                tools:listitem="@layout/rv_my_farm_item"/>

            <ImageView
                android:id="@+id/floatingActionButton"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:clickable="true"
                app:layout_constraintEnd_toEndOf="parent"
                app:layout_constraintBottom_toBottomOf="parent"
                android:layout_marginEnd="16dp"
                android:layout_marginBottom="35dp"
                android:src="@drawable/btn_add_new_farm"
                android:labelFor="@id/floatingActionButton"
                android:contentDescription="새 농지 등록 버튼"
                />

        </androidx.constraintlayout.widget.ConstraintLayout>

</layout>

오류 원인

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions