<android.support.design.widget.FloatingActionButton
android:id="@+id/send"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="@dimen/screen_margin"
android:background="?android:selectableItemBackground"
app:backgroundTint="@color/selector"
app:layout_anchor="@id/app_bar"
app:layout_anchorGravity="bottom|end"/>


app:backgroundTint="@color/selector"


를 추가하면 된다.

아래처럼 엉뚱한 에러메시지가 나오면서 64bit ubuntu 에서 안드로이드 에뮬 실행이 안될 때는 


Starting emulator for AVD 'AVD_for_Nexus_S_by_Google'Failed to start emulator: Cannot run program "...": java.io.IOException: error=2, No such file or directory



다음과 같이 해서 ia32-libs를 설치해보자.


# sudo apt-get install ia32-libs

+ Recent posts